IBaseGmailClient

IBaseGmailClient class

Interface for base class of Gmail client

Methods

NameDescription
get_AccessTokenGets OAuth 2.0 bearer token
get_DefaultEmailGets default email address
get_ProxyGets the proxy.
get_TimeoutGets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
RefreshTokenRefresh access token
set_AccessTokenSets OAuth 2.0 bearer token
set_ProxySets the proxy.
set_TimeoutSets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).