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

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

Syntax

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

Field Value

The HTML body of the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also