Enum SortingKey

SortingKey enumeration

Sort criterias for “SORT” command See more: https://tools.ietf.org/html/rfc5256

[Flags]
public enum SortingKey

Values

NameValueDescription
Arrival1By internal date and time of the message. This differs from the ON criteria in SEARCH, which uses just the internal date.
Cc2By first “cc” address.
Date4By sent date and time.
From8By first “From” address.
Size10By size of the message in octets.
Subject20By subject
To40By first “To” address.

See Also