Click or drag to resize
MessagingServiceCreateConversation Method
Creates a new draft conversation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public Conversation CreateConversation()

Return Value

Type: Conversation
Returns 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