The IMessengerGroup interface provides methods and properties to manage a group of contacts.

The interface ID is E1AF1028-B884-44cb-A535-1C3C11A3D1DB (IID_IMessengerGroups).

Syntax

interface IMessengerGroup : IDispatch

Methods

The following table lists the methods exposed by the IMessengerGroup interface.

Name Description

IMessengerGroup::AddContact

Adds a contact to the group.

Not scriptable.

IMessengerGroup::RemoveContact

Removes a contact from the group.

Not scriptable.

Properties

This interface contains the following properties.

Name Description

IMessengerGroup::Contacts

Retrieves a list of contacts from the group's collection of users.

Not scriptable.

IMessengerGroup::Name

Sets or retrieves the name of the group.

Not scriptable.

IMessengerGroup::Service

Not supported.

Subclasses

This interface contains no subclasses.

Remarks

Inheritance Hierarchy

IDispatch

   IMessengerGroup

Requirements

Client

Requires Microsoft DirectX 9.0, C Runtime libraries (msvcm80.dll) on Microsoft Windows© Vista, Microsoft Windows XP Service Pack 1 (SP1) or later, or Microsoft Windows 2000 with Service Pack 4 (SP4). Any Communicator-imposed restrictions apply. .

Server

Requires Microsoft Office Communications Server 2007, AV MCU (for Media Support), Media Relay (for NAT/Firewall traversal) on Microsoft Office Communications Server 2007.

Product

Microsoft Office Communicator 2007 Automation API

IDL file

Msgrua.idl

See Also

Reference

IMessenger