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