HtmlBody is missing in mailmessage when rendering eml or msg file

Hello, we have been using mailbee to extract email content and save into our system and recently we have moved to aspose.email.

After doing so, we have noticed that some emails do not have the HtmlBody attribute set. Despite showing IsBodyHtml as true. Given below is my code.

Body = mailMessage.IsBodyHtml ? mailMessage.HtmlBody.ToString() : mailMessage.Body.ToString()
Mailbee did not have any such issues and we could always rely on it to provide use the html content.
Is this already a known issue?

This topic has been moved to the related forum: HtmlBody is missing in mailmessage when rendering eml or msg file - Free Support Forum - aspose.com