IAsyncImapClient.RequestCheckpointAsync

IAsyncImapClient.RequestCheckpointAsync method

Requests a checkpoint of the currently selected mailbox.

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

See Also