Aspose::Email::Clients::Imap::SimpleSeqSet Class Reference

Simple container for value to search. More...

Inherits Aspose::Email::Clients::Imap::SequenceSetBaseValue.

Public Member Functions

System::String get_Value () const
 Gets value to search More...
 
void set_Value (System::String value)
 Sets value to search More...
 
 SimpleSeqSet ()
 Initializes a new instance of the SimpleSeqSet class. More...
 
 SimpleSeqSet (System::String value)
 Initializes a new instance of the SimpleSeqSet class. More...
 
System::String ToString () const override
 Returns a string that represents the current object. More...
 

Static Public Member Functions

static System::SharedPtr< SimpleSeqSetto_SimpleSeqSet (System::String simple)
 
static System::String to_String (System::SharedPtr< SimpleSeqSet > simple)
 
- Static Public Member Functions inherited from Aspose::Email::Clients::Imap::SequenceSetBaseValue
static System::String to_String (System::SharedPtr< SequenceSetBaseValue > value)
 

Detailed Description

Simple container for value to search.

Constructor & Destructor Documentation

◆ SimpleSeqSet() [1/2]

Aspose::Email::Clients::Imap::SimpleSeqSet::SimpleSeqSet ( )

Initializes a new instance of the SimpleSeqSet class.

◆ SimpleSeqSet() [2/2]

Aspose::Email::Clients::Imap::SimpleSeqSet::SimpleSeqSet ( System::String  value)

Initializes a new instance of the SimpleSeqSet class.

Parameters
valueValue to search

Member Function Documentation

◆ get_Value()

System::String Aspose::Email::Clients::Imap::SimpleSeqSet::get_Value ( ) const

Gets value to search

◆ set_Value()

void Aspose::Email::Clients::Imap::SimpleSeqSet::set_Value ( System::String  value)

Sets value to search

◆ to_SimpleSeqSet()

static System::SharedPtr<SimpleSeqSet> Aspose::Email::Clients::Imap::SimpleSeqSet::to_SimpleSeqSet ( System::String  simple)
static

◆ to_String()

static System::String Aspose::Email::Clients::Imap::SimpleSeqSet::to_String ( System::SharedPtr< SimpleSeqSet simple)
static

◆ ToString()

System::String Aspose::Email::Clients::Imap::SimpleSeqSet::ToString ( ) const
override

Returns a string that represents the current object.

Returns
A string that represents the current object.