Click or drag to resize

ContactLimits Class

This class defines current limits for various enterprise contact service operations supported by current provider.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesContactLimits

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

The ContactLimits type exposes the following members.

Properties
  NameDescription
Public propertyMaxEmailAddressesPerContact
Returns maximum email addresses per contact.
Public propertyMaxIMAddressesPerContact
Returns maximum IM addresses per contact.
Public propertyMaxPhoneNumbersPerContact
Returns maximum phone numbers per contact.
Public propertyMaxSearchRecordsPerRequest
Returns maximum search records per request.
Public propertySupportedEmailAddressTypes
Returns supported email address types.
Public propertySupportedIMAddressTypes
Returns supported IM address types.
Public propertySupportedPhoneNumberTypes
Returns supported phone number types.
Public propertySupportedSearchScopeTypes
Returns supported search scope types.
Top
See Also