Click or drag to resize

MessagingServiceGetMessagingLimits Method

Returns Messaging Limits, which are containing information about the limits of the messaging component.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public MessagingLimits GetMessagingLimits(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: MessagingLimits
MessagingLimit object
See Also