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