Interface for base class of Gmail client More...
Inherits IDisposable.
Inherited by Aspose::Email::Clients::Google::GmailClient [virtual]
, and Aspose::Email::Clients::Google::IGmailClient [virtual]
.
Public Member Functions | |
virtual System::String | get_AccessToken ()=0 |
Gets OAuth 2.0 bearer token More... | |
virtual void | set_AccessToken (System::String value)=0 |
Sets OAuth 2.0 bearer token More... | |
virtual System::SharedPtr< System::Net::IWebProxy > | get_Proxy ()=0 |
Gets the proxy. More... | |
virtual void | set_Proxy (System::SharedPtr< System::Net::IWebProxy > value)=0 |
Sets the proxy. More... | |
virtual int32_t | get_Timeout ()=0 |
Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More... | |
virtual void | set_Timeout (int32_t value)=0 |
Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More... | |
virtual System::String | get_DefaultEmail ()=0 |
Gets default email address More... | |
virtual void | RefreshToken ()=0 |
Refresh access token More... | |
Interface for base class of Gmail client
|
pure virtual |
Gets OAuth 2.0 bearer token
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Gets default email address
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Gets the proxy.
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Refresh access token
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Sets OAuth 2.0 bearer token
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Sets the proxy.
Implemented in Aspose::Email::Clients::Google::GmailClient.
|
pure virtual |
Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
Implemented in Aspose::Email::Clients::Google::GmailClient.