Click or drag to resize
MessagingServiceGetHtmlCapability Method
Returns a Capability object allowing the client application to determine HTML capability for the specified provider.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Capability GetHtmlCapability(
	MessagingProviderType providerType
)

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
Typically this capability would only be enabled when messaging server supports HTML.
See Also