SmtpNotificationMessage.IsBodyHtml Property

Definition

Gets or sets a value that indicates whether the body of the message is HTML.

public:
 property bool IsBodyHtml { bool get(); void set(bool value); };
public bool IsBodyHtml { get; set; }
member this.IsBodyHtml : bool with get, set
Public Property IsBodyHtml As Boolean

Property Value

Returns Boolean.

true if the body of the message is HTML; otherwise, false.

Applies to