Click or drag to resize

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

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
void SaveHtmlAs(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the resulting HTML file (e.g. "c:\\example\\email.html").
See Also