Click or drag to resize

AvayaMessagingConfiguration Class

User configuration information for Avaya Messaging provider. This class provides the configuration data that allows a connection to Avaya Messaging server.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAvayaMessagingConfiguration

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

The AvayaMessagingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAvayaMessagingConfiguration
Default constructor.
Top
Properties
  NameDescription
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the provider is enabled.
Public propertyServerInfo
A ServerInfo value indicating the server to connect with Avaya Messaging server.
Top
See Also