public interface IExchangeClientBase
extends com.aspose.ms.System.IDisposable
Represents the interface for base Exchange clients.
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Net.ICredentials |
getCredentials()
Gets or sets the credentials.
|
com.aspose.ms.System.Net.WebProxy |
getProxy()
Gets or sets the proxy.
|
int |
getTimeout()
Gets or sets the number of milliseconds to wait before the operation times out.
|
void |
setCredentials(com.aspose.ms.System.Net.ICredentials value)
Gets or sets the credentials.
|
void |
setProxy(com.aspose.ms.System.Net.WebProxy value)
Gets or sets the proxy.
|
void |
setTimeout(int value)
Gets or sets the number of milliseconds to wait before the operation times out.
|
com.aspose.ms.System.Net.WebProxy getProxy()
Gets or sets the proxy.
void setProxy(com.aspose.ms.System.Net.WebProxy value)
Gets or sets the proxy.
int getTimeout()
Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
void setTimeout(int value)
Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds).
com.aspose.ms.System.Net.ICredentials getCredentials()
Gets or sets the credentials.
void setCredentials(com.aspose.ms.System.Net.ICredentials value)
Gets or sets the credentials.