The IAsyncImapClient method parameter set with the set of message unique identifiers. More...
Public Member Functions | |
| System::SharedPtr< ImapMessageUidSet > | get_Ids () const |
| System::SharedPtr< ImapUniqueIdParameterSet > | SetMessage (System::String uniqueId) |
| Set the message unique identifier. More... | |
| System::SharedPtr< ImapUniqueIdParameterSet > | SetMessages (System::String startUniqueId, System::String endUniqueId) |
| Set the messages unique identifier range. More... | |
| System::SharedPtr< ImapUniqueIdParameterSet > | SetMessages (System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> uniqueIds) |
| Set the message unique identifiers. More... | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Static Public Member Functions | |
| static System::SharedPtr< ImapUniqueIdParameterSet > | Create () |
| Create ImapUniqueIdParameterSet instance. More... | |
Protected Member Functions | |
| virtual | ~ImapUniqueIdParameterSet () |
The IAsyncImapClient method parameter set with the set of message unique identifiers.
|
protectedvirtual |
|
static |
Create ImapUniqueIdParameterSet instance.
| System::SharedPtr<ImapMessageUidSet> Aspose::Email::Clients::Imap::Models::ImapUniqueIdParameterSet::get_Ids | ( | ) | const |
| System::SharedPtr<ImapUniqueIdParameterSet> Aspose::Email::Clients::Imap::Models::ImapUniqueIdParameterSet::SetMessage | ( | System::String | uniqueId | ) |
Set the message unique identifier.
| System::SharedPtr<ImapUniqueIdParameterSet> Aspose::Email::Clients::Imap::Models::ImapUniqueIdParameterSet::SetMessages | ( | System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | uniqueIds | ) |
Set the message unique identifiers.
| System::SharedPtr<ImapUniqueIdParameterSet> Aspose::Email::Clients::Imap::Models::ImapUniqueIdParameterSet::SetMessages | ( | System::String | startUniqueId, |
| System::String | endUniqueId | ||
| ) |
Set the messages unique identifier range.
|
override |