NAnt SDK Documentation - v0.92

MailTask.IsBodyHtml Property

Indicates whether or not the body of the email is in html format. The default value is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="isbodyhtml", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property IsBodyHtml As Boolean
[C#]
[TaskAttribute(Required=False, Name="isbodyhtml", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool IsBodyHtml {get; set;}

See Also

MailTask Class | NAnt.Core.Tasks Namespace