IExchangeClientBase
Contents
[
Hide
]IExchangeClientBase class
Represents the interface for base Exchange clients.
Methods
| Name | Description |
|---|---|
| get_Credentials | Gets the credentials. |
| get_LogFileName | Gets log file name |
| 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. |
| 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. |