Cannot get valid Html Body from a Korean Msg

When processing the following email:

https://www.dropbox.com/s/bcfbbjgjizv0lw3/korean3.msg?dl=0

with the following code:

string filepath = @“C:\tmp\korean3.msg”;
MapiMessage message = MapiMessage.Load(filepath, new MsgLoadOptions());
var body = message.BodyHtml //throws exception

I get an Exception instead of the body of the email

This happens using Aspose Email 19.3 running on .NET Frameowrk 4.7.1 on WIndows

@russ.nichols,

I have worked with source file shared by you. Can you please confirm if you facing exception which i have shared with you. Also can you please share exception details with us.2019-04-13 01_10_02-ConsoleApp143 (Debugging) - Microsoft Visual Studio.png (18.9 KB)

Yes, I confirm that I get the same exception with message 'No Data is available for encoding … " as the one you have in your screen shot

@russ.nichols,

I have observed the issue shared by you and an issue with ID EMAILNET-39451 has been created in our issue tracking system to investigate and resolve the issue. This thread has been linked with issue so that you may be notified once issue will be fixed.