ImapSearchParameterType Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
Type of the ImapSearchParameter node.
Syntax
public enum ImapSearchParameterType
Fields
| 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. |