GmailClient
Contents
[
Hide
]GmailClient class
Inherits: Aspose::Email::Clients::Google::IBaseGmailClient
Base class for Gmail client
Constructors
| Name | Description |
|---|---|
| GmailClient (8 overloads) | Initializes a new instance of the GmailClient based class |
Methods
| Name | Description |
|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| get_AccessToken | Gets OAuth 2.0 access token In case if refresh token is set, access token is generated automatically. |
| get_DefaultEmail | Gets default email address |
| get_DefaultTimeout | Gets the default timeout value for ActiveSync client instances The default value is 100,000 milliseconds (100 seconds). |
| 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). |
| GetInstance (4 overloads) | Gets instance of Gmail client |
| RefreshToken | Refresh access token |
| set_AccessToken | Sets OAuth 2.0 access token In case if refresh token is set, access token is generated automatically. |
| set_DefaultEmail | Sets default email address |
| set_DefaultTimeout | Sets the default timeout value for ActiveSync client instances The default value is 100,000 milliseconds (100 seconds). |
| 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). |