Class ExchangeClientBase
Contents
[
Hide
]ExchangeClientBase class
Provides the abstract base class to MS Exchange Server access.
public abstract class ExchangeClientBase : IExchangeClientBase
Properties
Name | Description |
---|---|
virtual Credentials { get; set; } | Gets or sets the credentials |
LogFileName { get; set; } | Gets or sets log file name |
virtual MailboxUri { get; set; } | Gets or sets the mailbox uri |
virtual Proxy { get; set; } | Gets or sets the proxy. |
virtual Timeout { get; set; } | Gets or sets the number of milliseconds to wait before the operation times out. The default value is 100,000 milliseconds (100 seconds). |
UseDateInLogFileName { get; set; } | Gets or sets value which indicates if date has to be used in log file name. |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
See Also
- interface IExchangeClientBase
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email