IGmailClientAsync.GetAllContactsAsync

IGmailClientAsync.GetAllContactsAsync method

Asynchronously retrieves all contacts for the user.

public Task<Contact[]> GetAllContactsAsync(CancellationToken cancellationToken = default)
ParameterTypeDescription
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains an array of Contact.

See Also