MessagingServiceCreateConversation Method |
Creates a new draft conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic Conversation CreateConversation()
Return Value
Type:
ConversationReturns a draft Conversation object, or
null if a conversation could not be created.
Remarks
The client application should query the
CreateConversationCapability property to determine when
it is possible to create a new conversation.
See Also