Missing body text when converting eml to msg

Im using the following to save an eml message as a .msg. When viewed in outlook only the first line of text in the body of the email is visible.

What am I missing? I have attached the eml message



Dim Msg As Aspose.Email.Mail.MailMessage = Aspose.Email.Mail.MailMessage.Load(EmailHistoryGridEX.CurrentRow.Cells(“AttachmentPath”).Value.ToString)

Dim temp As String = My.Computer.FileSystem.CombinePath(VADataCacheClass.VaTempStorage, GetGUID & “.msg”)

Msg.Save(temp, Aspose.Email.Mail.SaveOptions.DefaultMsg)

Process.Start(temp)



Aspose mail ver 5.4.0 VB .net Target Frame work 4.5

Hi Andre,

Thank you for writing to Aspose support team.

I was able to reproduce this issue at my end using the latest version of Aspose.Email for .NET 5.4.0 and have logged it as EMAILNET-34860 in our issue tracking system. Our Product team will investigate it upon its turn and we’ll update you here once there is some information available in this regard.

Hi Andre,

Please check this issue with the latest version of Aspose.Email for .NET 5.6.0 and share your feedback with us.