Interface IExchangeClientBase

IExchangeClientBase interface

Represents the interface for base Exchange clients.

public interface IExchangeClientBase : IDisposable

Properties

NameDescription
Credentials { get; set; }Gets or sets the credentials.
LogFileName { get; set; }Gets or sets log file name
MailboxUri { get; set; }Gets or sets the mailbox uri.
Proxy { get; set; }Gets or sets the proxy.
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.

See Also