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