Interface IBaseGmailClient
IBaseGmailClient interface
Interface for base class of Gmail client
public interface IBaseGmailClient : IDisposable
Properties
| Name | Description | 
|---|---|
| AccessToken { get; set; } | Gets or sets OAuth 2.0 bearer token | 
| DefaultEmail { get; } | Gets default email address | 
| Proxy { get; set; } | Gets or sets the proxy. | 
| Timeout { get; set; } | Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). | 
Methods
| Name | Description | 
|---|---|
| RefreshToken() | Refresh access token | 
See Also
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email