IGmailClientAsync.UpdateContactPhotoAsync

IGmailClientAsync.UpdateContactPhotoAsync method

Asynchronously updates a contact photo.

public Task UpdateContactPhotoAsync(ContactPhoto contactPhoto, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
contactPhotoContactPhotoThe contact photo to update.
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task representing the asynchronous operation.

See Also