Click or drag to resize
MimeKit

IMimeMessagePriority Property

Get or set the value of the Priority header.

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

Property Value

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