Enumerates the conversation states.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ConversationState |
Members
Member name | Value | Description | |
---|---|---|---|
Inactive | 0 |
The conversation is inactive.
|
|
Active | 1 |
The conversation is active.
|
|
Parked | 2 |
The conversation is parked.
|
|
Terminated | 3 |
The conversation is terminated.
|
|
Invalid | -1 |