Enumerates the conversation acceptance
states.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ConversationAcceptanceState |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 |
The conversation acceptance state is
unknown.
|
|
Accepted | 1 |
The conversation was accepted.
|
|
Rejected | 2 |
The conversation was rejected.
|
|
Missed | 3 |
The conversation was missed.
|
|
Deflected | 4 |
The conversation was deflected.
|
|
Invalid | -1 |