MailMessage.BodyText Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
BodyText
Gets the text body of the message, or an empty string if it has no text body.
Declaration
public string BodyText { get; set; }
Property Value
Type | Description |
---|---|
String | The text body of the message. |