Hi,
I’ve noticed that the activity GetOutlookMailMessages has a List of System,Net.Mail.MailMessage as output even though you use Microsoft.Office.Interop.Outlook to go through the list of items in the Outlook folder.
If it’s at all possible, I would like to know how you end up with that - what code is used to get MailMessage instead of Microsoft.Office.Interop.Outlook.MailItem.
This would help in sorting some issues I encountered with replying to exchange addresses.
Cheers,
Daniel