Sets the plain text portion of this email message. 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(
	string textBody
)
Visual Basic
Public Sub SetTextBody ( _
	textBody As String _
)
Visual C++
public:
void SetTextBody(
	String^ textBody
)

Parameters

textBody
Type: System..::..String
the plain text portion of this message

See Also