Edit

Share via


MailPriority Enum

Definition

Caution

The recommended alternative is System.Net.Mail.MailPriority. http://go.microsoft.com/fwlink/?linkid=14202

Specifies the priority level for the email message. Recommended alternative: System.Net.Mail.

C#
public enum MailPriority
C#
[System.Obsolete("The recommended alternative is System.Net.Mail.MailPriority. http://go.microsoft.com/fwlink/?linkid=14202")]
public enum MailPriority
Inheritance
MailPriority
Attributes

Fields

Name Value Description
Normal 0

Specifies that the email message has normal priority.

Low 1

Specifies that the email message has low priority.

High 2

Specifies that the email message has high priority.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)