IUccGroup Interface

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.

Encapsulates a group used to organize the contacts of a local user.

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

Syntax

'Declaration
Public Interface IUccGroup
    Inherits IUnknown
public interface IUccGroup : IUnknown
public interface class IUccGroup : IUnknown
public interface IUccGroup extends IUnknown
public interface IUccGroup extends IUnknown

Remarks

An IUccGroup instance is a type-specific category instance. An application creates a group by publishing a group's category instance. This interface can then be queried from the resultant IUccCategoryInstance object. A user can have zero or more groups defined.

Win32 COM/C++ Syntax

interface IUccGroup : IUnknown

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

IUccGroup Members
Microsoft.Office.Interop.UccApi Namespace