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