Hello Supporter.
I have an application which read information in msg file.
To get plain text of body, I used the code:
MailMessage mailMessageOrig = MailMessage.Load(Path.Combine(@“D:\TestFolder”, “Example01.msg”), new MsgLoadOptions());
var plaintextBody = mailMessageOrig.GetHtmlBodyText(false);
This function works for almost msg I have.
Recently, I got a msg file which does not work well with function mailMessageOrig.GetHtmlBodyText(false);
The function returned empty when it is called.
Here is the msg file:
11440_2023-03-23_NghiaNX_EmailSendAspose01.zip (16.2 KB)
This file I got from my customer and I removed sensitive data from msg file.
I think you can reproduce the problem easy with any Aspose.Mail version.
Can you help me check the problem? Is there any strange in msg?
Is this a bug of Aspose.Mail?
Thank for your support and feedback.
Yours.
Nghia