System.Net.Mail.MailPriority Enumeration

Specifies the priority of a System.Net.Mail.MailMessage.

Syntax

public enum MailPriority

Remarks

You can use this enumeration to set the priority header of an email message.

Members

Member NameDescription
High

The email has high priority.

Low

The email has low priority.

Normal

The email has normal priority.

Requirements

Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0