Share via


GroupAction Enumeration

Enumerates the actions that can be performed on a group.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum GroupAction
 {
    ucGroupAddContact = 1,
    ucGroupRemoveContact = 2,
    ucGroupDeleteGroup = 3,
    ucGroupRenameGroup = 4
 };

Members

Member name Description
ucGroupAddContact
A contact can be added to the group.
ucGroupRemoveContact
A contact can be removed from the group.
ucGroupDeleteGroup
The group can be deleted.
ucGroupRenameGroup
The group can be renamed.

Remarks

See Also

UCCollaborationLib Namespace