ESearchOptions Class

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

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ESearchOptions : QueryField

The ESearchOptions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMax
Return the highest message
Public propertyStatic memberMin
Return the lowest message
Public propertyNotDefined
Not defined
Methods
Operators
  NameDescription
Public operatorStatic memberAddition
Plus operation is defined
Public operatorStatic memberEquality
Equel operation is defined
Public operatorStatic memberInequality
Not equel operation is defined
Public operatorStatic memberSubtraction
Minus operation is defined
Fields
  NameDescription
Protected fieldFieldName
Field Name.
(Inherited from QueryField.)
Protected fieldowner
Owner of this object.
(Inherited from QueryField.)
See Also