MailPriority Enum
Definition
Warning
This API is now obsolete.
Specifies the priority level for the email message. Recommended alternative: System.Net.Mail.
public enum class MailPriority
[System.Obsolete("The recommended alternative is System.Net.Mail.MailPriority. http://go.microsoft.com/fwlink/?linkid=14202")]
public enum MailPriority
type MailPriority =
Public Enum MailPriority
- Inheritance
- Attributes
Fields
High | 2 | Specifies that the email message has high priority. |
Low | 1 | Specifies that the email message has low priority. |
Normal | 0 | Specifies that the email message has normal priority. |