MailPriority

MailPriorityserializable

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



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace