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

Simple container for value to search. More...

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

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Simple container for value to search.

Constructor & Destructor Documentation

◆ SimpleSeqSet() [1/2]

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

Initializes a new instance of the SimpleSeqSet class.

◆ SimpleSeqSet() [2/2]

ASPOSE_EMAIL_SHARED_API 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()

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

Gets value to search

◆ set_Value()

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

Sets value to search

◆ to_SimpleSeqSet()

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

◆ to_String()

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

◆ ToString()

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

Returns a string that represents the current object.

Returns
A string that represents the current object.