'What are all the possible types in an Outlook folder?

I am trying to iterate through the Items collection of the Inbox folder of an account. What is the class of the Item if it is a NDR message?



Solution 1:[1]

ReportItem. You can see that object in OutlookSpy (I am its author): select the item, click Item button on the OutlookSpy ribbon.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1