Gets the text body of the message, or an empty string if it has no text body.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property BodyText As String
	Get
	Set
C#
public string BodyText { get; set; }

Field Value

The text body of the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also