Click or drag to resize
MimeKit

IMimeMessageXPriority Property

Get or set the value of the X-Priority header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
XMessagePriority XPriority { get; set; }

Property Value

XMessagePriority
The priority.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is not a valid MessagePriority.
Remarks
Gets or sets the value of the X-Priority header.
See Also