IBaseGmailClient
IBaseGmailClient class
Interface for base class of Gmail client
Methods
| Name | Description |
|---|---|
| get_AccessToken | Gets OAuth 2.0 bearer token |
| get_DefaultEmail | Gets default email address |
| get_Proxy | Gets the proxy. |
| get_Timeout | Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
| RefreshToken | Refresh access token |
| set_AccessToken | Sets OAuth 2.0 bearer token |
| set_Proxy | Sets the proxy. |
| set_Timeout | Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |