GroupMemberCollection.Remove(GroupMember) Method

Definition

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.

Applies to