Click or drag to resize
MimeKit

MessageSorter Class

Routines for sorting messages.
Inheritance Hierarchy
SystemObject
  MailKitMessageSorter

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static class MessageSorter

The MessageSorter type exposes the following members.

Methods
 NameDescription
Public Extension MethodSortT(IEnumerableT, IListOrderBy) Sorts the messages by the specified ordering.
Public Extension MethodSortT(ListT, IListOrderBy) Sorts the messages by the specified ordering.
Top
Remarks
Routines for sorting messages.
See Also