Pop3MessageInfoComparer Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Class used to compare Pop3MessageInfo objects.
Syntax
public class Pop3MessageInfoComparer : IComparer
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Pop3MessageInfoComparer() | Creates a new instance of Pop3MessageInfoComparer with default sorting by sequence number name and with ascending sort mode. |
Pop3MessageInfoComparer(Pop3MessageInfoComparerType) | Creates a new instance of Pop3MessageInfoComparer with specified comparer type and ascending sort mode. |
Pop3MessageInfoComparer(Pop3MessageInfoComparerType, SortingOrder) | Creates a new instance of Pop3MessageInfoComparer with specified comparer type and sort mode. |
Methods
Name | Description |
---|---|
Compare(Object, Object) | IComparer interface implementation. Compares two instances of Pop3MessageInfo. |