Hi
Can you please check if you’re able to convert this Html to any Email format successfully?
I’m not getting the embedded image correctly, the image is rendered blank!
My code:
Using msg As New Email.MailMessage
msg.SetHtmlBody(File.ReadAllText(srcHtml), True)
msg.Save(destEml, MySaveOption)
End Using
MySaveOption:
CheckBodyContentEncoding = True
PreserveEmbeddedMessageFormat = True
PreserveSignedContent = True
html.zip (283.4 KB)