IUccGroupMembershipEvent 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 the group related event data when a contact is added to or removed from a group.

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

Syntax

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

Remarks

Instances of this interface are used by the OnAddedToGroup and OnRemovedFromGroup members of the _IUccContactEvents interface.

The OnAddedToGroup event is received for each contact in a logged on user's contact list and for each group to which the contact belongs. When a client application has registered a user with Microsoft Office Communications Server, the server provisions the client with a contact list that includes such details as the group membership of each contact. For a given contact in the provisioned list, this event is raised for each group that contact is a member of.

In the course of a session, a local user can also add a contact to other groups or remove the contact from a group. These events are raised in response to corresponding group membership actions.

Win32 COM/C++ Syntax

interface IUccGroupMembershipEvent : 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

IUccGroupMembershipEvent Members
Microsoft.Office.Interop.UccApi Namespace