List of possible compare types for the Pop3MessageComparer class.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration Pop3MessageInfoComparerType |
| C# |
|---|
public enum Pop3MessageInfoComparerType |
Members
| Member name | Description | |
|---|---|---|
| SequenceNumber |
Sequence number.
| |
| OriginationDate |
Origination date.
| |
| From |
From.
| |
| To |
To.
| |
| Subject |
Subject.
|