Click or drag to resize
ConversationIsClosed Property
Returns true if the conversation is closed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public virtual bool IsClosed { get; }

Property Value

Type: Boolean
Remarks
A closed conversation prohibits new contributions (or activity of any kind) from any participants. Such conversations are candidates for being deleted (after backup) as part of storage management activities. seealso: ClosedStatusChanged
See Also