Click or drag to resize
MimeKit

MimeMessagePriority Property

Get or set the value of the Priority header.

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