MailTask.

MailTask.MailFormat Enum

Summary

Temporary enum replacement of System.Web.Mail.MailFormat to ease transition to newer property flags.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["MailTask.MailFormat"] class Type type-node

Syntax

public enum MailTask.MailFormat

Fields

Name Constant Value Summary
Html 1
Indicates the body of the email is formatted in html.
static
Text 0
Indicates the body of the email is formatted in plain text.
static