Creates a new instance of Pop3MessageInfoComparer with specified comparer type and ascending sort mode.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub New ( _
	comparerType As Pop3MessageInfoComparerType _
)
C#
public Pop3MessageInfoComparer(
	Pop3MessageInfoComparerType comparerType
)

Parameters

comparerType
Type: Rebex.Net..::..Pop3MessageInfoComparerType
Type of comparer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also