|
ASPOSE_EMAIL_SHARED_API | EWSClient (System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Net::IWebProxy > | get_Proxy () |
| Gets the proxy. More...
|
|
virtual ASPOSE_EMAIL_SHARED_API void | set_Proxy (System::SharedPtr< System::Net::IWebProxy > value) |
| Sets the proxy. More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Net::ICredentials > | get_Credentials () |
| Gets the credentials More...
|
|
virtual ASPOSE_EMAIL_SHARED_API void | set_Credentials (System::SharedPtr< System::Net::ICredentials > value) |
| Sets the credentials More...
|
|
virtual ASPOSE_EMAIL_SHARED_API System::String | get_MailboxUri () |
| Gets the mailbox uri More...
|
|
virtual ASPOSE_EMAIL_SHARED_API void | set_MailboxUri (System::String value) |
| Sets the mailbox uri More...
|
|
virtual ASPOSE_EMAIL_SHARED_API int32_t | get_Timeout () |
| Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More...
|
|
virtual ASPOSE_EMAIL_SHARED_API void | set_Timeout (int32_t value) |
| Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). More...
|
|
ASPOSE_EMAIL_SHARED_API System::String | get_LogFileName () |
| Gets log file name More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_LogFileName (System::String value) |
| Sets log file name More...
|
|
ASPOSE_EMAIL_SHARED_API bool | get_UseDateInLogFileName () |
| Gets value which indicates if date has to be used in log file name. More...
|
|
ASPOSE_EMAIL_SHARED_API void | set_UseDateInLogFileName (bool value) |
| Sets value which indicates if date has to be used in log file name. More...
|
|
ASPOSE_EMAIL_SHARED_API System::SharedPtr< Aspose::Email::Tools::Logging::Logger > | get_Logger () |
| Diagnostic logger More...
|
|
ASPOSE_EMAIL_SHARED_API | ExchangeClientBase (System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials, System::SharedPtr< System::Net::IWebProxy > proxy) |
| Initializes a new instance of the ExchangeClientBase class More...
|
|
ASPOSE_EMAIL_SHARED_API void | ResetLogSettings () |
| Resets logging settings to default. More...
|
|
ASPOSE_EMAIL_SHARED_API void | initializeLogger () |
|
ASPOSE_EMAIL_SHARED_API void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::String username, System::String password) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::String username, System::String password, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::String username, System::String password, System::String domain) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::String username, System::String password, System::String domain, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (ExchangeVersion serverVersion, System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (ExchangeVersion serverVersion, bool formbasedAuthenticationRequired, System::String formbasedAuthenticationLocation, System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< IEWSClient > | GetEWSClient (System::String mailboxUri, System::SharedPtr< System::Net::ICredentials > credentials, System::SharedPtr< System::Net::WebProxy > proxy) |
| Initializes a new instance of the EWSClient based class More...
|
|
static ASPOSE_EMAIL_SHARED_API System::SharedPtr< System::Net::CookieCollection > | doFormbasedAuthentication (System::String url, System::SharedPtr< System::Net::NetworkCredential > credential) |
|
Provides access to MS Exchange Server by using Exchange Web Services (EWS).