SearchConversationCreateMessageCapability Property |
Returns a Capability object that indicates if a new message can be created in the conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic override Capability CreateMessageCapability { get; }
Property Value
Type:
Capability
Remarks
This capability is
Allowed when all of the following conditions are true:
- The messaging service is online (has an active connection to the server).
- The Conversation is in draft state and has been started (the Start(ConversationCompletionHandler)
method has been called) or is in the published state.
- The Conversation is not currently being left.
See Also