Hi,
I am trying to analyze Outlook ReportItems in a certain mailbox (Exchange 2003) using VBA.
For most of the ReportItems (Regular NDRs) I am able to extract the necessary data such as: Date, Subject and Recipient E-Mail address in a rather simple way using the relevant properties for a selected item. However for some ReportItems I am unable to extract the Recipient's E-mail Address. (See attached file for further explanation)
I've looked for the correct property but with no success. Then I installed OutlookSpy Developer Tool in order to solve the mystery and I came up with PR_EMAIL_ADDRESS (details in attached file).
The problem is that I have no idea how to access these properties. I thought I had to use MAPI objects, but I have no idea how to start. I using the most simplest objects in VBA and MAPI (if this is the right way to approach my problem) is too complicated at these stage.
Any ideas?
Start Free Trial