Click or drag to resize

AmmConfiguration Class

User Configuration information for AMM. This class provides the configuration data that allows a connection and access to be made to an AMM Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAmmConfiguration

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

The AmmConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAmmConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyAllowPrevalidation
A Boolean value indicating whether the AMM provider should perform prevalidation of email addresses.
Public propertyAuthenticationMethodPreferences
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the AMM provider is enabled.
Public propertyPollIntervalInMinutes
The messaging refresh (poll) in minutes.
Public propertyServerInfo
A ServerInfo value indicating the server to connect with.
Top
See Also