ModificationSequenceField Class

Defines set of values for selected field to search.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Tools.SearchQueryField
    Aspose.Email.Clients.ImapModificationSequenceField

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

The ModificationSequenceField type exposes the following members.

Properties
  NameDescription
Public propertyModificationSequence
Gets values to search
Methods
  NameDescription
Public methodCreateQuery
Creates the search key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGreaterOrEqualTo
Sets a value to search for messages that have modification sequence greater or equal to this value.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String which represents the object instance.
(Overrides ObjectToString.)
Fields
  NameDescription
Protected fieldFieldName
Field Name.
(Inherited from QueryField.)
Protected fieldowner
Owner of this object.
(Inherited from QueryField.)
See Also