Click or drag to resize
MimeKit

OrderByType Enumeration

The field to sort by.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public enum OrderByType
Members
Member nameValueDescription
Annotation0 Sort by an annotation value.
Arrival1 Sort by the arrival date.
Cc2 Sort by the Cc header.
Date3 Sort by the Date header.
DisplayFrom4 Sort by the Display Name of the From header.
DisplayTo5 Sort by the Display Name of the To header.
From6 Sort by the From header.
ModSeq7 Sort by the mod-sequence.
Size8 Sort by the message size.
Subject9 Sort by the message subject.
To10 Sort by the To header.
Remarks
The field to sort by.
See Also