Represents the message set. More...
Inherits Aspose::Email::Clients::Imap::Models::ImapMethodParametersGeneral< T >.
Public Member Functions | |
| System::SharedPtr< ImapMessageUidSet > | get_MessageUids () const |
| System::SharedPtr< ImapMessageSequenceNumberSet > | get_MessageSequenceNumbers () const |
| bool | get_MessagesAreSet () |
| T | SetMessage (int32_t sequenceNumber) |
| Set the message sequence number. More... | |
| T | SetMessage (System::String uniqueId) |
| Set the message unique identifier. More... | |
| T | SetMessages (int32_t startSequenceNumber, int32_t endSequenceNumber) |
| Set the messages sequence number range. More... | |
| T | SetMessages (System::String startUniqueId, System::String endUniqueId) |
| Set the messages unique identifier range. More... | |
| T | SetMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< int32_t >> sequenceNumbers) |
| Set the message sequence numbers. More... | |
| T | SetMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIds) |
| Set the message unique identifiers. More... | |
| T | SetMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ImapMessageInfo >>> messageInfos) |
| Set the message unique identifiers. More... | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Public Member Functions inherited from Aspose::Email::Clients::Imap::Models::ImapMethodParametersGeneral< T > | |
| System::SharedPtr< IConnection > | get_Connection () const |
| T | SetConnection (System::SharedPtr< IConnection > connection) |
| Connection to a server (optional). More... | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Protected Member Functions | |
| ImapMessageSet () | |
| Create ImapMessageSet<T> instance. More... | |
Friends | |
| template<typename FT0 > | |
| class | ImapMessageSet |
Represents the message set.
|
inlineprotected |
Create ImapMessageSet<T> instance.
|
inline |
|
inline |
|
inline |
|
inline |
Set the message sequence number.
|
inline |
Set the message unique identifier.
|
inline |
Set the messages sequence number range.
|
inline |
Set the message sequence numbers.
|
inline |
Set the message unique identifiers.
|
inline |
Set the message unique identifiers.
|
inline |
Set the messages unique identifier range.
|
inlineoverride |