bool Remove(Attendee attendee) { EwsUtilities.ValidateParam(attendee, "attendee"); return this.InternalRemove(attendee); }