Click or drag to resize

IMailSaveHtmlAs Method

Overload List
  NameDescription
Public methodSaveHtmlAs(String)
Saves HTML version of the message as regular HTML file. Saves all visual elements as files to the same folder. If the message is plain text only, this method uses GetBodyAsHtml to create HTML from plain text.
Public methodSaveHtmlAs(String, Boolean)
Saves HTML version of the message as regular HTML file. When inlineVisuals is set to true: all visual elements are inlined using data: URI scheme, instead of being saved to disk. If the message is plain text only, this method uses GetBodyAsHtml to create HTML from plain text.
Top
See Also