Gets the value indicating whether the message has a text body.

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

Syntax

Visual Basic
Public ReadOnly Property HasBodyText As Boolean
	Get
C#
public bool HasBodyText { get; }

Field Value

A value indicating whether the message has a text body.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also