Attached EML message received from Exchange transport agent. When I read EML using the following code, Attachments collection contains only one element and LinkedResources - 0.
MailMessage.Load(@“lmde00BC.original.eml”, new EmlLoadOptions { });
Message contains 2 images (attached screenshot of OutlookSpy).
Why is it happening? Where is the second attachment?
Thanks,
Alex Shloma