Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
|