Click or drag to resize
MimeKit

MessageImportance Enumeration

An enumeration of message importance values.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public enum MessageImportance
Members
Member nameValueDescription
Low0 The message is of low importance.
Normal1 The message is of normal importance.
High2 The message is of high importance.
Remarks
Indicates the importance of a message.
See Also