Group Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A group represents a logical assemblage of contacts.
public ref class Group sealed
public sealed class Group
type Group = class
Public NotInheritable Class Group
- Inheritance
-
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.
Properties
DeltaNumber |
Gets the delta number of the group. |
GroupData |
Gets the external URI of the group. |
GroupId |
Gets the group ID of the group. |
Name |
Gets or sets the group display name. |
Methods
ToString() |
For debug purposes: Shows information for the group in the log file. |