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