IAsyncEwsClient.UpdateContactAsync

IAsyncEwsClient.UpdateContactAsync method

Updates a contact item in the Exchange store.

public Task UpdateContactAsync(Contact contact, CancellationToken cancellationToken = default)
ParameterTypeDescription
contactContactContact item.
cancellationTokenCancellationTokenThe cancellation token.

See Also