NAnt SDK Documentation - v0.85-nightly-2005-11-09

MailTask.Format Property

[This is preliminary documentation and subject to change.]

Format of the message. The default is Text.

[Visual Basic]
<TaskAttribute(Name:="format", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Format As MailFormat
[C#]
[TaskAttribute(Name="format", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.Web.Mail.MailFormat Format {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.MailTask.Format

See Also

MailTask Class | NAnt.Core.Tasks Namespace