Class ExchangeClientBase

ExchangeClientBase class

Provides the abstract base class to MS Exchange Server access.

public abstract class ExchangeClientBase : IExchangeClientBase

Properties

NameDescription
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

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

See Also