ConversationWindowState enumeration

Enumerates the conversation window states.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Enumeration ConversationWindowState
'Usage
Dim instance As ConversationWindowState
public enum ConversationWindowState

Members

Member name Description
NotInitialized The conversation window has not been created yet.
Initialized The conversation window has been created.
Destroyed The conversation window has been destroyed.
Invalid

See also

Reference

Microsoft.Lync.Model.Extensibility namespace