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: 550.0.60.0
Syntaxpublic 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