Provides enumerated values for e-mail format.
[Visual Basic]
<Serializable>
Public Enum MailFormat
[C#]
[Serializable]
public enum MailFormat
[C++]
[Serializable]
__value public enum MailFormat
[JScript]
public
Serializable
enum MailFormat
Members
| Member name | Description |
| Html | Specifies that the e-mail format is HTML. |
| Text | Specifies that the e-mail format is plain text. |
Requirements
Namespace: System.Web.Mail
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
System.Web.Mail Namespace