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) |
| Implicit conversion operation from String to SimpleSeqSet More... | |
| static System::String | to_String (System::SharedPtr< SimpleSeqSet > simple) |
| Implicit conversion operation from SimpleSeqSet to String More... | |
Static Public Member Functions inherited from Aspose::Email::Clients::Imap::SequenceSetBaseValue | |
| static System::String | to_String (System::SharedPtr< SequenceSetBaseValue > value) |
| Implicit conversion operation from SequenceSetBaseValue to String More... | |
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 |
Implicit conversion operation from String to SimpleSeqSet
| simple | String to convert |
|
static |
Implicit conversion operation from SimpleSeqSet to String
| simple | Object to convert |
|
override |
Returns a string that represents the current object.