System.Web.Mail.MailFormat Enumeration

Provides enumerated values for e-mail format. Recommended alternative: System.Net.Mail.

Syntax

[System.Obsolete("The recommended alternative is System.Net.Mail.MailMessage.IsBodyHtml.")]
public enum MailFormat

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Html

Specifies that the e-mail format is HTML.

Text

Specifies that the e-mail format is plain text.

Requirements

Namespace: System.Web.Mail
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0