Hello,
we are using Aspose.Email.NET for extracting attachments from a msg file. When the msg file is saved in outlook-rtf-format and the attachments are embedded into the text, Aspose seems not to be able to access these attachments.
I’ve tried the following code to load the message file:
mMessage = Aspose.Email.MailMessage.Load(@“c:\test\test.msg”, new Aspose.Email.MsgLoadOptions());
MessageBox.Show(mMessage.Attachments.Count.ToString());
The attachment-count is always 0.
Do i have to set some special options to get access to the attachments or is this simple not possible?
Thank you for any help.
Regards,