NAnt SDK Documentation - v0.92

MailTask.MailFormat Enumeration

Temporary enum replacement of MailFormat to ease transition to newer property flags.

[Visual Basic]
<Serializable>
Public Enum MailTask.MailFormat
[C#]
[Serializable]
public enum MailTask.MailFormat

Members

Member Name Description
Text Indicates the body of the email is formatted in plain text.
Html Indicates the body of the email is formatted in html.

Requirements

Namespace: NAnt.Core.Tasks

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

NAnt.Core.Tasks Namespace