IAsyncPop3Client.CommitDeletesAsync

IAsyncPop3Client.CommitDeletesAsync method

Commit the deletions

public Task CommitDeletesAsync(int sleep = -1, IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
sleepInt32Timeout in milliseconds
connectionIConnectionConnection to a server
tokenCancellationTokenPropagates notification that operations should be canceled.

See Also