Container with range of values to search. More...
Inherits Aspose::Email::Clients::Imap::SequenceSetBaseValue.
Public Member Functions | |
System::SharedPtr< SimpleSeqSet > | get_StartRange () const |
Gets starting boundary of the range to search More... | |
void | set_StartRange (System::SharedPtr< SimpleSeqSet > value) |
Sets starting boundary of the range to search More... | |
System::SharedPtr< SimpleSeqSet > | get_EndRange () const |
Gets ending boundary of the range to search More... | |
void | set_EndRange (System::SharedPtr< SimpleSeqSet > value) |
Sets ending boundary of the range to search More... | |
RangeSeqSet () | |
Initializes a new instance of the RangeSeqSet class. More... | |
RangeSeqSet (System::SharedPtr< SimpleSeqSet > startRange) | |
Initializes a new instance of the RangeSeqSet class. More... | |
RangeSeqSet (System::SharedPtr< SimpleSeqSet > startRange, System::SharedPtr< SimpleSeqSet > endRange) | |
Initializes a new instance of the RangeSeqSet class. More... | |
RangeSeqSet (System::String startRange) | |
Initializes a new instance of the RangeSeqSet class. More... | |
RangeSeqSet (System::String startRange, System::String endRange) | |
Initializes a new instance of the RangeSeqSet class. More... | |
System::String | ToString () const override |
Returns a string that represents the current object. More... | |
Static Public Member Functions | |
static System::String | to_String (System::SharedPtr< RangeSeqSet > range) |
Static Public Member Functions inherited from Aspose::Email::Clients::Imap::SequenceSetBaseValue | |
static System::String | to_String (System::SharedPtr< SequenceSetBaseValue > value) |
Container with range of values to search.
Aspose::Email::Clients::Imap::RangeSeqSet::RangeSeqSet | ( | ) |
Initializes a new instance of the RangeSeqSet class.
Aspose::Email::Clients::Imap::RangeSeqSet::RangeSeqSet | ( | System::SharedPtr< SimpleSeqSet > | startRange | ) |
Initializes a new instance of the RangeSeqSet class.
startRange | The starting boundary of the range to search |
Aspose::Email::Clients::Imap::RangeSeqSet::RangeSeqSet | ( | System::SharedPtr< SimpleSeqSet > | startRange, |
System::SharedPtr< SimpleSeqSet > | endRange | ||
) |
Initializes a new instance of the RangeSeqSet class.
startRange | The starting boundary of the range to search |
endRange | The ending boundary of the range to search |
Aspose::Email::Clients::Imap::RangeSeqSet::RangeSeqSet | ( | System::String | startRange | ) |
Initializes a new instance of the RangeSeqSet class.
startRange | The value of the starting boundary of the range to search |
Aspose::Email::Clients::Imap::RangeSeqSet::RangeSeqSet | ( | System::String | startRange, |
System::String | endRange | ||
) |
Initializes a new instance of the RangeSeqSet class.
startRange | The value of the starting boundary of the range to search |
endRange | The value of the ending boundary of the range to search |
System::SharedPtr<SimpleSeqSet> Aspose::Email::Clients::Imap::RangeSeqSet::get_EndRange | ( | ) | const |
Gets ending boundary of the range to search
System::SharedPtr<SimpleSeqSet> Aspose::Email::Clients::Imap::RangeSeqSet::get_StartRange | ( | ) | const |
Gets starting boundary of the range to search
void Aspose::Email::Clients::Imap::RangeSeqSet::set_EndRange | ( | System::SharedPtr< SimpleSeqSet > | value | ) |
Sets ending boundary of the range to search
void Aspose::Email::Clients::Imap::RangeSeqSet::set_StartRange | ( | System::SharedPtr< SimpleSeqSet > | value | ) |
Sets starting boundary of the range to search
|
static |
|
override |
Returns a string that represents the current object.