The requirement is to upload attachments to a server. However, we only want to upload those appears in the \"Message\" line (see pic below) of outlook, nothing else in the e
Some attachments always have the MIME content id (PR_ATTACH_CONTENT_IDenter code here), in particular messages from Lotus Notes always have that header.
The real test is to check the HTMLBody property and see if any attachments are actually referenced by the img tags. Redemption lets you distinguish attachment like that using the RDOAttachment.Hidden property.