I am having an issue with an AddIn I am building.
I want to get only the ATTACHMENT appended to a mail.
However :
Mail.Attachment also includes the pictures or logos in the mail content.
I am having an issue with an AddIn I am building.
I want to get only the ATTACHMENT appended to a mail.
However :
Mail.Attachment also includes the pictures or logos in the mail content.
You need to check out the following Extended MAPI properties, use PropertyAccessor.GetProperty for that:
Take a look at the similar question - Distinguish visible and invisible attachments with Outlook VBA for more informaton and sample code.