Enumerates conversation actions.

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

Syntax

C#
public 
enum 
ConversationAction

Members

Member name Value Description
Merge 0
Merge two conversations.
Park 1
Park a conversation.
AddParticipant 2
Add a participant to a conversation.
RemoveParticipant 3
Remove a participant from a conversation.
Invalid -1

See Also