| System.Web.Mail (system.web.dll) | enum |
This enumeration sets the Priority property of a
MailMessage object.
public enum MailPriority {
Normal = 0 ,
Low = 1 ,
High = 2
}
Hierarchy
System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable,
System.IConvertible)
MailPriority
Returned By
MailMessage.Priority
Passed To
MailMessage.Priority