IAsyncPop3Client.UndeleteMessagesAsync

IAsyncPop3Client.UndeleteMessagesAsync method

Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked.

public Task UndeleteMessagesAsync(IConnection connection = null, CancellationToken token = default)
ParameterTypeDescription
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

See Also