Sets the plain text portion of this email message from contents of a file. Text portion will be displayed by mail clients that are not capable of displaying HTML or have HTML display disabled.

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

Syntax

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

Parameters

textBody
Type: System.IO..::..FileInfo
textBody

See Also