mscorlib(4.0.0.0) API with additions
MailPriority.cs
1 namespace System.Net.Mail
2 {
4  public enum MailPriority
5  {
7  Normal,
9  Low,
11  High
12  }
13 }
MailPriority
Specifies the priority of a T:System.Net.Mail.MailMessage.
Definition: MailPriority.cs:4
The email has low priority.