I'm using Microsoft.Exchange.WebServices.dll to read signed emails from an Exchange Server. Returned object's property Attachments
contains either regular attachments or inline images from the email body.
In case the email has both (regular attachments, body with inline images), only regular attachments are listed in the Attachments
. Inline images are completely missing.
Any idea on how to retrieve both, regular attachments as well as inline images in the body? Body
property of the email has just the text part and no mention/reference there should be some images at all.