Sets the HTML portion of this email message from contents of a file. HTML portion will be displayed by mail clients that are capable of displaying HTML and have HTML display enabled.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void SetHtmlBody(
	FileInfo htmlBody
)
Visual Basic
Public Sub SetHtmlBody ( _
	htmlBody As FileInfo _
)
Visual C++
public:
void SetHtmlBody(
	FileInfo^ htmlBody
)

Parameters

htmlBody
Type: System.IO..::..FileInfo
htmlBody

See Also