MailTask.

Format Property

Summary

Format of the message. The default is NAnt.Core.Tasks.MailTask.MailFormat.Text.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
MailTask

Syntax

[TaskAttribute("format")]
[Obsolete("The format attribute is deprecated. Please use isbodyhtml instead", false)]
public MailTask.MailFormat Format { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
ObsoleteAttribute

Value

Type Description
MailTask.MailFormat