Click or drag to resize

ConversationUpdateTypeCapability Property

Returns a Capability object that indicates if the type of the conversation can be updated.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual Capability UpdateTypeCapability { get; }

Property Value

Type: Capability
Remarks
This capability is currently always disabled because the messaging server only supports conversations of type "thread".
See Also