IMailSaveHtmlAs Method |
Name | Description | |
---|---|---|
SaveHtmlAs(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.
| |
SaveHtmlAs(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.
|