IGmailClientAsync.GetSettingAsync
IGmailClientAsync.GetSettingAsync method
Asynchronously retrieves a specific setting by name.
public Task<string> GetSettingAsync(string setting, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| setting | String | The name of the setting. |
| cancellationToken | CancellationToken | A cancellation token. |
Return Value
A task that represents the asynchronous operation. The task result contains the setting value.
See Also
- interface IGmailClientAsync
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email