ImapMessageInfoComparer Constructor
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
ImapMessageInfoComparer()
Creates a new instance of ImapMessageInfoComparer with default sorting by sequence number name and with ascending sort mode.
Declaration
public ImapMessageInfoComparer()
ImapMessageInfoComparer(ImapMessageInfoComparerType)
Creates a new instance of ImapMessageInfoComparer with specified comparer type and ascending sort mode.
Declaration
public ImapMessageInfoComparer(ImapMessageInfoComparerType comparerType)
Parameters
Type | Name | Description |
---|---|---|
ImapMessageInfoComparerType | comparerType | Type of comparer. |
ImapMessageInfoComparer(ImapMessageInfoComparerType, SortingOrder)
Creates a new instance of ImapMessageInfoComparer with specified comparer type and sort mode.
Declaration
public ImapMessageInfoComparer(ImapMessageInfoComparerType comparerType, SortingOrder sortOrder)
Parameters
Type | Name | Description |
---|---|---|
ImapMessageInfoComparerType | comparerType | Type of comparer. |
SortingOrder | sortOrder | Sort order to use. |