Type of the ImapSearchParameter node.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Enumeration ImapSearchParameterType
C#
public enum ImapSearchParameterType

Members

Member nameDescription
Supported by the .NET Compact FrameworkAnd
ImapSearchParameter node is AND inner node.
Supported by the .NET Compact FrameworkOr
ImapSearchParameter node is OR inner node.
Supported by the .NET Compact FrameworkNot
ImapSearchParameter node is NOT inner node.
Supported by the .NET Compact FrameworkLeaf
ImapSearchParameter node is leaf node.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also