Click or drag to resize

IMailSaveHtmlAs(String) Method

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.26106.1555
Syntax
void SaveHtmlAs(
	string fileName
)

Parameters

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