IAsyncImapClient.DeleteMessagesAsync
IAsyncImapClient.DeleteMessagesAsync method
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
public Task DeleteMessagesAsync(ImapDeleteMessages parameters)
Parameter | Type | Description |
---|---|---|
parameters | ImapDeleteMessages | The parameter set. |
See Also
- class ImapDeleteMessages
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email