ConversationAcceptanceState enumeration

Enumerates the conversation acceptance states.

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

Syntax

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

Members

Member name Description
None The conversation acceptance state is unknown.
Accepted The conversation was accepted.
Rejected The conversation was rejected.
Missed The conversation was missed.
Deflected The conversation was deflected.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation namespace