Click or drag to resize
ExchangeConfiguration Class
User configuration information for the exchange service. This class provides configuration and preference data for the exchange service features.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesExchangeConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public class ExchangeConfiguration

The ExchangeConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodExchangeConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyAuthenticationMethodPreferences
Set priorities of authentication methods to be used for provider.
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials. ICredentialProvider is implemented by the client application. It allows ExchangeService to query for credentials when challenged by the network server.
Public propertyDomain
The exchange domain for the user.
Public propertyEnabled
A Boolean value indicating whether the exchange provider is enabled.
Public propertyServerUrl
The URL of the server to connect with.
Top
See Also