ExchangeClientBase
Contents
[
Hide
]ExchangeClientBase class
Inherits: Aspose::Email::Clients::Exchange::IExchangeClientBase
Provides the abstract base class to MS Exchange Server access.
Constructors
| Name | Description |
|---|---|
| ExchangeClientBase | Initializes a new instance of the ExchangeClientBase class |
Methods
| Name | Description |
|---|---|
| Dispose (2 overloads) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| get_Credentials | Gets the credentials |
| get_LogFileName | Gets log file name |
| get_Logger | Diagnostic logger |
| get_MailboxUri | Gets the mailbox uri |
| get_Proxy | Gets the proxy. |
| get_Timeout | Gets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
| get_UseDateInLogFileName | Gets value which indicates if date has to be used in log file name. |
| ResetLogSettings | Resets logging settings to default. |
| set_Credentials | Sets the credentials |
| set_LogFileName | Sets log file name |
| set_MailboxUri | Sets the mailbox uri |
| set_Proxy | Sets the proxy. |
| set_Timeout | Sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
| set_UseDateInLogFileName | Sets value which indicates if date has to be used in log file name. |
| lockObject |