Class ESearchOptions

ESearchOptions class

ESEARCH Result Options This method works only if server supports ESEARCH extension. Please, read more https://tools.ietf.org/html/rfc4315

public class ESearchOptions : QueryField

Properties

NameDescription
static Max { get; }Return the highest message
static Min { get; }Return the lowest message
static NotDefined { get; }Not defined

Methods

NameDescription
CreateQuery()Creates the search key.
CreateQuery(MailQueryBuilder)Creates the search key.
override Equals(object)
override ToString()String representation of an object
operator +Plus operation is defined
operator ==Equel operation is defined
operator !=Not equel operation is defined
operator -Minus operation is defined

See Also