Group Class

A group represents a logical assemblage of contacts.

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.ContactsGroups.Group

Namespace:  Microsoft.Rtc.Collaboration.ContactsGroups
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public NotInheritable Class Group
'Usage
Dim instance As Group
public sealed class Group

Remarks

Groups can be added, deleted, or have their properties modifed using the APIs from ContactGroupServices. A group is identified by a group ID that the server assigns when the group is created. Contacts that are created can be modified to belong to zero or more groups. Groups do not hold any references to the contacts that belong to them.

Deleting a group causes its entry to be removed from the list of group IDs of contacts that belong to that group.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Group Members

Microsoft.Rtc.Collaboration.ContactsGroups Namespace

ContactGroupServices

Contact

ContactGroupNotificationEventArgs