Saves HTML version of the message as regular HTML file, also saves all visual elements as files to the same folder.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
void SaveHtmlAs(
	string path
)
Visual Basic
Sub SaveHtmlAs ( _
	path As String _
)
Visual C++
void SaveHtmlAs(
	String^ path
)

Parameters

path
Type: System..::..String
Name of the resulting html file (e.g. "c:\\example\\email.html").

See Also