Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
493 stars 168 forks source link

Determining inline attachments - 2 #399

Closed s-KaiNet closed 8 months ago

s-KaiNet commented 8 months ago

Describe the bug Basically, I experience exactly the same problem as described here - #319, but in the latest version - 5.5.5. Seems some recent changes made to be reproducible again. I'm on .NET 8.

To Reproduce See the linked issue.

Expected behavior Correct property set is embedded attachment or not - IsInline on Attachment.

s-KaiNet commented 8 months ago

This is an example of such email when all the attachments should be IsInline=true, but false instead (until you explicitly access BodyHtml like in the original issue) - Your digest email.zip

Currently instead of IsInline I check Hidden property, but I'm not sure if it's safe?

Sicos1977 commented 8 months ago

https://www.nuget.org/packages/MsgReader/5.5.6