Click or drag to resize

MessagingServiceCreateConversation Method (MessagingProviderType)

Creates a new draft conversation.

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

Parameters

providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

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