SimpleSeqSet Class

Simple container for value to search.
Inheritance Hierarchy

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

The SimpleSeqSet type exposes the following members.

Constructors
  NameDescription
Public methodSimpleSeqSet
Initializes a new instance of the SimpleSeqSet class.
Public methodSimpleSeqSet(String)
Initializes a new instance of the SimpleSeqSet class.
Properties
  NameDescription
Public propertyValue
Gets or sets value 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