Pop3MessageInfoComparer Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9313)
Class used to compare Pop3MessageInfo objects.
Syntax
public class Pop3MessageInfoComparer : IComparer
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
|
Pop3Message |
Creates a new instance of Pop3MessageInfoComparer with default sorting by sequence number name and with ascending sort mode. |
|
Pop3Message |
Creates a new instance of Pop3MessageInfoComparer with specified comparer type and ascending sort mode. |
|
Pop3Message |
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. |