RangeSeqSet Class

Container with range of values to search.
Inheritance Hierarchy

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

The RangeSeqSet type exposes the following members.

Constructors
  NameDescription
Public methodRangeSeqSet
Initializes a new instance of the RangeSeqSet class.
Public methodRangeSeqSet(String)
Initializes a new instance of the RangeSeqSet class.
Public methodRangeSeqSet(SimpleSeqSet)
Initializes a new instance of the RangeSeqSet class.
Public methodRangeSeqSet(String, String)
Initializes a new instance of the RangeSeqSet class.
Public methodRangeSeqSet(SimpleSeqSet, SimpleSeqSet)
Initializes a new instance of the RangeSeqSet class.
Properties
  NameDescription
Public propertyEndRange
Gets or sets ending boundary of the range to search
Public propertyStartRange
Gets or sets starting boundary of the range to search
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Operators
See Also