IGmailClientAsync.DeleteContactPhotoAsync

IGmailClientAsync.DeleteContactPhotoAsync method

Asynchronously deletes a contact photo.

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

Return Value

A task representing the asynchronous operation.

See Also