GroupMemberCollection.AddContactGroup(ItemId) Method
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.
Adds a member to a linked contact group.
public:
void AddContactGroup(Microsoft::Exchange::WebServices::Data::ItemId ^ contactGroupId);
public void AddContactGroup (Microsoft.Exchange.WebServices.Data.ItemId contactGroupId);
Public Sub AddContactGroup (contactGroupId As ItemId)
Parameters
- contactGroupId
- ItemId
The identifier of the contact group.