ImapClient.RequestCheckpointAsync

RequestCheckpointAsync(IConnection)

Requests a checkpoint of the currently selected mailbox.

public Task RequestCheckpointAsync(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Task object, with delegate for this operation

See Also


RequestCheckpointAsync()

Requests a checkpoint of the currently selected mailbox.

public Task RequestCheckpointAsync()

Return Value

Task object, with delegate for this operation

See Also


RequestCheckpointAsync(IConnection, CancellationToken)

Requests a checkpoint of the currently selected mailbox.

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

Return Value

Task object, with delegate for this operation

See Also


RequestCheckpointAsync(CancellationToken)

Requests a checkpoint of the currently selected mailbox.

public Task RequestCheckpointAsync(CancellationToken token)
ParameterTypeDescription
tokenCancellationTokenPropagates notification that operations should be canceled.

Return Value

Task object, with delegate for this operation

See Also