Hi,
I am looking to retrieve a number of properties from each email after executing the ‘GetOutlookMailMessage’ step.
I am able to pull out the From, To, Subject, Body and Attachments.
I need to be able to pull out the Received Date, Modified Date and Message ID (this is a unique identifier for each email).
I believe the problem is that the MailMessage class does not contain these properties on their own (perhaps they exist in the headers).
Any suggestions or solutions would be most welcome.