Click or drag to resize
MimeKit

MimeMessageImportance Property

Get or set the value of the Importance header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MessageImportance Importance { get; set; }

Property Value

MessageImportance
The importance.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is not a valid MessageImportance.
Remarks
Gets or sets the value of the Importance header.
See Also