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< SimpleSeqSet > | to_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) |
Simple container for value to search.
Aspose::Email::Clients::Imap::SimpleSeqSet::SimpleSeqSet | ( | ) |
Initializes a new instance of the SimpleSeqSet class.
Aspose::Email::Clients::Imap::SimpleSeqSet::SimpleSeqSet | ( | System::String | value | ) |
Initializes a new instance of the SimpleSeqSet class.
value | Value to search |
System::String Aspose::Email::Clients::Imap::SimpleSeqSet::get_Value | ( | ) | const |
Gets value to search
void Aspose::Email::Clients::Imap::SimpleSeqSet::set_Value | ( | System::String | value | ) |
Sets value to search
|
static |
|
static |
|
override |
Returns a string that represents the current object.