Click or drag to resize
MimeKit

XMessagePriority Enumeration

An enumeration of X-Priority header values.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum XMessagePriority
Members
Member nameValueDescription
Highest1 The message is of the highest priority.
High2 The message is high priority.
Normal3 The message is of normal priority.
Low4 The message is of low priority.
Lowest5 The message is of lowest priority.
Remarks
Indicates the priority of a message.
See Also