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)
ParameterTypeDescription
parametersImapDeleteMessagesThe parameter set.

See Also