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; } |