IAsyncImapClient::AddMessageFlagsAsync, IAsyncImapClient::ChangeMessageFlagsAsync, IAsyncImapClient::RemoveMessageFlagsAsync methods parameter set. More...
Inherits Aspose::Email::Clients::Imap::Models::ImapMessageSet< System::SharedPtr< ImapChangeMessageFlags > >.
Public Member Functions | |
| System::SharedPtr< ImapMessageFlags > | get_Flags () const |
| int64_t | get_ModificationSequence () const |
| System::SharedPtr< ImapChangeMessageFlags > | SetFlags (System::SharedPtr< ImapMessageFlags > flags) |
| Set flags to change. More... | |
| System::SharedPtr< ImapChangeMessageFlags > | SetModificationSequence (int64_t modificationSequence) |
| Set the modification sequence. More... | |
| void | SetTemplateWeakPtr (uint32_t argument) override |
Static Public Member Functions | |
| static System::SharedPtr< ImapChangeMessageFlags > | Create () |
| Create ImapChangeMessageFlags instance. More... | |
Protected Member Functions | |
| virtual | ~ImapChangeMessageFlags () |
IAsyncImapClient::AddMessageFlagsAsync, IAsyncImapClient::ChangeMessageFlagsAsync, IAsyncImapClient::RemoveMessageFlagsAsync methods parameter set.
|
protectedvirtual |
|
static |
Create ImapChangeMessageFlags instance.
| System::SharedPtr<ImapMessageFlags> Aspose::Email::Clients::Imap::Models::ImapChangeMessageFlags::get_Flags | ( | ) | const |
| int64_t Aspose::Email::Clients::Imap::Models::ImapChangeMessageFlags::get_ModificationSequence | ( | ) | const |
| System::SharedPtr<ImapChangeMessageFlags> Aspose::Email::Clients::Imap::Models::ImapChangeMessageFlags::SetFlags | ( | System::SharedPtr< ImapMessageFlags > | flags | ) |
Set flags to change.
| System::SharedPtr<ImapChangeMessageFlags> Aspose::Email::Clients::Imap::Models::ImapChangeMessageFlags::SetModificationSequence | ( | int64_t | modificationSequence | ) |
Set the modification sequence.
|
override |