GroupMemberCollection.Add(GroupMember) 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 the group.
public:
void Add(Microsoft::Exchange::WebServices::Data::GroupMember ^ member);
public void Add (Microsoft.Exchange.WebServices.Data.GroupMember member);
Public Sub Add (member As GroupMember)
Parameters
- member
- GroupMember
The member to add to the group.