CommitDeletes

CommitDeletes (1 of 10)

Commit the deletions

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes()

CommitDeletes (2 of 10)

Commit the deletions

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(int32_t sleep)
ParameterDescription
sleepWait time complete the operation in milliseconds

CommitDeletes (3 of 10)

Commit the deletions

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < IConnection > connection)
ParameterDescription
connectionConnection to a server

CommitDeletes (4 of 10)

Commit the deletions

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < IConnection > connection, int32_t sleep)
ParameterDescription
connectionConnection to a server
sleepWait time complete the operation in milliseconds

CommitDeletes (5 of 10)

Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
connectionConnection to a server
uidSetSet of unique identifiers for messages

CommitDeletes (6 of 10)

Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list

CommitDeletes (7 of 10)

Commit the deletions

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < IConnection > connection, System::String uniqueId)
ParameterDescription
connectionConnection to a server
uniqueIdThe uid of a message

CommitDeletes (8 of 10)

Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
uidSetSet of unique identifiers for messages

CommitDeletes (9 of 10)

Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::String startUid, System::String endUid)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list

CommitDeletes (10 of 10)

Commit the deletions This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

Returns: void Aspose::Email::Clients::Imap::

CommitDeletes(System::String uniqueId)
ParameterDescription
uniqueIdThe uid of a message