Click or drag to resize
MessagingServiceCreateConversationCapability Property
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 CreateConversationCapability { get; }

Property Value

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