MailDefinition.IsBodyHtml Property

Definition

Gets or sets a value indicating whether the body of the email 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

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

Remarks

Use the IsBodyHtml property to specify whether the body of the email message contains plain text or HTML markup.

Applies to

See also