AttendeeCollection.Remove(Attendee) 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 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.