Hi,
I am trying to append some simple text to a Rich Text format (not HTML) email message. The message contains an inline image, which is shown properly in Outlook.
After I set Item.Body.Text = "my text " +Item.Body.Text using EWS MAPI, the mail message is being corrupted. In Outlook, the image is linked as attachment (named ATTxxxx) and the image isn't shown anymore (red X icon is shown instead - image not found).
Is this a bug in EWS MAPI, or why is the message being corrupted when setting the mail body?
For HTML mails, the problem doesn't occur.
Best Regards
Andreas