AttendeeCollection.Remove(Attendee) Method

Definition

Removes an attendee from the collection.

public:
 bool Remove(Microsoft::Exchange::WebServices::Data::Attendee ^ attendee);
public bool Remove (Microsoft.Exchange.WebServices.Data.Attendee attendee);

Parameters

attendee
Attendee

The attendee to remove from the collection.

Returns

true if the attendee was successfully removed from the collection; otherwise, false.

Applies to