Click or drag to resize
MessagingServiceGetCreateConversationCapability Method
Returns a Capability object allowing the client application to determine if it is currently possible to create a new conversation.

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

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
Typically this capability would only be disabled when the client is offline and cannot access the messaging server.
See Also