This documentation is archived and is not being maintained.
MailPriority Enumeration
.NET Framework 1.1
Specifies the priority level for the e-mail message.
[Visual Basic] <Serializable> Public Enum MailPriority [C#] [Serializable] public enum MailPriority [C++] [Serializable] __value public enum MailPriority [JScript] public Serializable enum MailPriority
Members
| Member name | Description |
|---|---|
| High | Specifies that the e-mail message has high priority. |
| Low | Specifies that the e-mail message has low priority. |
| Normal | Specifies that the e-mail message has normal priority. |
Requirements
Namespace: System.Web.Mail
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
Show: