Click or drag to resize

MessagingServiceGetRemoveConversationCapability Method

Returns a Capability object that indicates if a specified conversation can be removed.

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

Parameters

conversation
Type: Avaya.ClientServicesConversation
The conversation to be removed.
providerType
Type: Avaya.ClientServicesMessagingProviderType
Messaging provider type.

Return Value

Type: Capability
Remarks
This capability is Allowed when all of the following conditions are true:
  • The conversation argument is a valid Conversation object.
  • The Conversation is in a "draft" state.
See Also