IAsyncEwsClient.UpdateTaskAsync

IAsyncEwsClient.UpdateTaskAsync method

Updates the specified task.

public Task UpdateTaskAsync(ExchangeTask task, CancellationToken cancellationToken = default)
ParameterTypeDescription
taskExchangeTaskAn ExchangeTask containing the task information.
cancellationTokenCancellationTokenThe cancellation token.

See Also