Hi,
When saving an email in outlook desktop as msg, and then loading the email with Aspose.Email.MailMessage.Load, the resulting MailMessage has attachments in different places depending on where it was saved.
If the email was saved from Outlook Desktop, the normal attachments show up under MailMessage.Attachments.
If the email was saved from Outlook Web, the normal (all) attachments show up under MailMessage.LinkedResources.
Except: If there are no inline attachments, meaning no pasted images etc, the normal attachment will end up in .Attachments.
Is this due to errors in Aspose, or is this due to errors in the implementation of Microsoft?
Or even worse, an intentional change of structure introduced by Microsoft.
I have seen there has been a bit of work on attachments in the latest releases, but I have tried on the latest (25.8), and it doesn’t seem to be fixed.