Hello,
I am loading a mail message (in msg format) using MailMessage.Load as a Stream, i.e.
MailMessage message = MailMessage.Load(stream, MessageFormat.Msg);
When the mail message was converted to the stream it had an attachment (PDF document). However, after the Load() method the reconstructed message does not have any attachments.
I have attached a copy of the email that is causing this problem.
I am using .NET v4.0 and Aspose v5.4.
I would appreciate if this could be investigated.
regards
Ronnie