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