Name

MailPriority

Synopsis

This enumeration sets the Priority property of a MailMessage object.

Public Enum MailPriority
                  Normal = 0
                  Low = 1
                  High = 2
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) MailPriority

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.