MailPriority Enum

Definition

Specifies the priority of a MailMessage.

public enum class MailPriority
public enum MailPriority
type MailPriority = 
Public Enum MailPriority
Inheritance
MailPriority

Fields

High 2

The email has high priority.

Low 1

The email has low priority.

Normal 0

The email has normal priority.

Remarks

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

Applies to