System.Web.UI.WebControls.MailDefinition.IsBodyHtml Property

Gets or sets a value indicating whether the body of the e-mail is HTML.

Syntax

[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.DefaultValue(false)]
public bool IsBodyHtml { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MailDefinition.IsBodyHtml property to specify whether the body of the e-mail message contains plain text or HTML markup.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0