Hello,
I could not figure out how to save the message as HTML, if my memory serves me, I think already asked and no working solution provided.
Of course using HtmlSaveOptions.ResourceRenderingMode = EmbedIntoHtml is the best and easiest way to save a compact, all-in-one html file, this works.
But also need to be able to save like browsers, in IE/Windows this is the behavior:
The file is saved in the destination directory (ie, blah.html)
Beside the file a folder is created named “blah_files” and all the resources are saved there, in the html file referring to that location!
Windows keeps these together, if you delete the html file, the folder will also be deleted and vise versa!
Anyhow, please advise how to save the loaded eml/msg as html like this?
Thanks for your help