GroupType Enumeration
Enumerates the group types.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
typedef enum GroupType
{
ucCustomGroup = 1,
ucRecentContacts = 2,
ucDistributionGroup = 3,
ucFrequentContacts = 4,
ucFavoriteContacts = 5
};
Members
Member name | Description | |
---|---|---|
ucCustomGroup |
User created and populated contact group.
|
|
ucRecentContacts |
Recent conversation participants.
|
|
ucDistributionGroup |
Outlook distribution group
|
|
ucFrequentContacts |
Contacts most frequently contacted by local user.
|
|
ucFavoriteContacts |
User-defined list of preferred contacts.
|