IGmailClientAsync.GetSettingsAsync

IGmailClientAsync.GetSettingsAsync method

Asynchronously retrieves all settings for the user.

public Task<Dictionary<string, string>> GetSettingsAsync(
    CancellationToken cancellationToken = default)
ParameterTypeDescription
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains a dictionary of settings.

See Also