ConversationAction Enumeration
Enumerates the conversation actions. Pass into IConversation.CanInvoke to determine if an action can be attempted on a conversation.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum ConversationAction
{
ucConversationMergeAction,
ucConversationMessageAction,
ucConversationAddParticipantAction,
ucConversationRemoveParticipantAction
};
Members
Member name | Description | |
---|---|---|
ucConversationMergeAction |
Merge a conversation with another active conversation.
|
|
ucConversationMessageAction |
Park a conversation.
|
|
ucConversationAddParticipantAction |
Add a new participant to an active conversation.
|
|
ucConversationRemoveParticipantAction |
Remove a participant from a conversation.
|