GroupMemberCollection.Remove(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.
Removes the specified member from the collection.
public:
bool Remove(Microsoft::Exchange::WebServices::Data::GroupMember ^ member);
public bool Remove (Microsoft.Exchange.WebServices.Data.GroupMember member);
Public Function Remove (member As GroupMember) As Boolean
Parameters
- member
- GroupMember
The member to remove.
Returns
The Remove(GroupMember) method returns true if the group member was removed from the collection; otherwise, the method returns false.