ImapMessageInfoComparerType Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
List of possible compare types for the ImapMessageInfoComparer class.
Syntax
public enum ImapMessageInfoComparerType
  Fields
| Name | Description | 
|---|---|
| From | From.  | 
      
| OriginationDate | Origination date.  | 
      
| ReceivedDate | Received date.  | 
      
| SequenceNumber | Sequence number.  | 
      
| Subject | Subject.  | 
      
| To | To.  |