Regular image attachment came into LinkedResoirces. Email 5.9.0

Scenario: Aspose.Email 5.9.0. I open EML message which contains embedded EML message with regular (not inline image from body) image attachment. Then I open embedded message.


Issue: I find image attachment in the LinkedResources collection. But it is regular attachment.

Code:
var message = MailMessage.Load(MailMessage.Load(“sample.eml”, new EmlLoadOptions())
.Attachments[0].ContentStream, new EmlLoadOptions());
var cnt = message.attachments.Count; // 0
vat lrCnt = message.LinkedResources.Count; // 1

Thanks,
Alex Shloma

Hi Alex,


Thank you for contacting Aspose support team.

I have tested this issue and observed that image is retrieved as LinkedResource rather than regular attachment. This issue is logged under Id: EMAILNET-35030 in our issue tracking system for further investigation by the product team. I shall write here as soon as some feedback is received in this regard.

The issues you have found earlier (filed as EMAILNET-35030) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.