Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Export MHT without sender information?

$
0
0
This is my code...

Dim opt As New MsgLoadOptions()
Dim msg As MailMessage = MailMessage.Load(mailPath + "email.msg", opt)
msg.Save(mailPath + "email.mht", SaveOptions.DefaultMhtml)


When I open up the mht file, I can see the sender (name, date etc). Is it possible to hide this when saving?

I load the MHT file into a webbrowsercontrol and I only want to show the html body.

Thanks

Viewing all articles
Browse latest Browse all 1367

Trending Articles