Click or drag to resize
MimeKit

MimeMessageXPriority Property

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

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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