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
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