Creates a new instance of ImapMessageInfoComparer with specified comparer type and sort mode.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ comparerType As ImapMessageInfoComparerType, _ sortOrder As SortingOrder _ ) |
| C# |
|---|
public ImapMessageInfoComparer( ImapMessageInfoComparerType comparerType, SortingOrder sortOrder ) |
Parameters
- comparerType
- Type: Rebex.Net..::..ImapMessageInfoComparerType
Type of comparer.
- sortOrder
- Type: Rebex..::..SortingOrder
Sort order to use.