UCC_GROUP_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the types of groups for organizing contacts.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_GROUP_TYPE
public enum UCC_GROUP_TYPE
public enum class UCC_GROUP_TYPE
public enum UCC_GROUP_TYPE
public enum UCC_GROUP_TYPE

Members

Member name Description
UCCGT_DISTRIBUTION_GROUP A flag indicating that the group is a distribution group extracted from Microsoft Outlook. An application must work with the Exchange Server to expand the distribution group to discover the members of the group because Office Communications Server and the UCC API do not expand a distribution group.
UCCGT_USER_DEFINED_GROUP A flag indicating that the group is a user-defined group for contacts.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_GROUP_TYPE
{
   UCCGT_USER_DEFINED_GROUP = 0,
   UCCGT_DISTRIBUTION_GROUP
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace