DeleteMessages

DeleteMessages (1 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(int32_t startSequence, int32_t endSequence)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list

DeleteMessages (2 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(int32_t startSequence, int32_t endSequence, int64_t modificationSequence)
ParameterDescription
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (3 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list

DeleteMessages (4 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, int32_t startSequence, int32_t endSequence, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
startSequenceThe starting sequence number of a message list
endSequenceThe ending sequence number of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (5 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages

DeleteMessages (6 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
sequenceSetThe set of sequence numbers for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (7 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion

DeleteMessages (8 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (9 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (10 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (11 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages

DeleteMessages (12 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (13 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (14 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (15 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(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

DeleteMessages (16 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, bool commitNow)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (17 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (18 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < IConnection > connection, System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow)
ParameterDescription
connectionConnection to a server
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (19 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet)
ParameterDescription
sequenceSetThe set of sequence numbers for messages

DeleteMessages (20 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< int32_t >> sequenceSet, int64_t modificationSequence)
ParameterDescription
sequenceSetThe set of sequence numbers for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (21 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion

DeleteMessages (22 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, bool commitNow)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (23 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (24 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < ImapMessageInfo >>> messageInfoSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
messageInfoSetThe set of ImapMessageInfo for deletion
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (25 of 32)

Marks a message with the specified sequence number as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet)
ParameterDescription
uidSetThe set of UID for messages

DeleteMessages (26 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, bool commitNow)
ParameterDescription
uidSetThe set of UID for messages
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (27 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence)
ParameterDescription
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (28 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::SharedPtr < System::Collections::Generic::IEnumerable< System::String >> uidSet, int64_t modificationSequence, bool commitNow)
ParameterDescription
uidSetThe set of UID for messages
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (29 of 32)

Marks a message with the specified sequence number as deleted

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

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

DeleteMessages (30 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::String startUid, System::String endUid, bool commitNow)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315

DeleteMessages (31 of 32)

Marks a message with the specified unique identifier as deleted

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

DeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162

DeleteMessages (32 of 32)

Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this. This method works only if server supports UIDPLUS extension. Please, read more https://tools.ietf.org/html/rfc4315

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

DeleteMessages(System::String startUid, System::String endUid, int64_t modificationSequence, bool commitNow)
ParameterDescription
startUidThe starting UID of a message list
endUidThe ending UID of a message list
modificationSequenceModification sequence. Please, read more https://tools.ietf.org/html/rfc7162
commitNowDefines whether message must be commited now. Please, read more https://tools.ietf.org/html/rfc4315