IGmailClientAsync.GetColorsAsync

IGmailClientAsync.GetColorsAsync method

Asynchronously retrieves color information for the user.

public Task<ColorsInfo> GetColorsAsync(CancellationToken cancellationToken = default)
ParameterTypeDescription
cancellationTokenCancellationTokenA cancellation token.

Return Value

A task that represents the asynchronous operation. The task result contains the ColorsInfo.

See Also