ImapSearchParameterType Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Type of the ImapSearchParameter node.
Syntax
public enum ImapSearchParameterTypeFields
| Name | Description | 
|---|---|
| And | ImapSearchParameter node is AND inner node. | 
| Leaf | ImapSearchParameter node is leaf node. | 
| Not | ImapSearchParameter node is NOT inner node. | 
| Or | ImapSearchParameter node is OR inner node. |