IBaseGmailClient Interface

Interface for base class of Gmail client

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IBaseGmailClient : IDisposable

The IBaseGmailClient type exposes the following members.

Properties
  NameDescription
Public propertyAccessToken
Gets or sets OAuth 2.0 bearer token
Public propertyDefaultEmail
Gets default email address
Public propertyProxy
Gets or sets the proxy.
Public propertyTimeout
Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodRefreshToken
Refresh access token
See Also