Sicos1977 / MSGReader

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

@Sicos1977 Encoding problem with HTML embedded in RTF on .net8 #406

Closed Sicos1977 closed 3 months ago

Sicos1977 commented 3 months ago
          @Sicos1977  Our scenario is still not working. We have an email in msg format which contains greek characters in the body. We are retrieving the body through the BodyHtml property and the encoding for most words is wrong. I could email you the sample msg file if you can take a look into this.

image

Originally posted by @andhadj in https://github.com/Sicos1977/MSGReader/issues/398#issuecomment-2126948759

Sicos1977 commented 3 months ago

This is probably another encoding issue that has nothing todo with the issue of the original poster because that issue is solved. I guess this is some kind of encoding problems that happens when the HTML is extracted from RTF but to be sure I have to see this message. If possible then ZIP the msg file and sent it to sicos2002@hotmail.com

Sicos1977 commented 3 months ago

Get the latest nuget package

andhadj commented 3 months ago

Thanks @Sicos1977 ! The encoding is now correct in our tests.