Click or drag to resize
AppointmentCollection Methods

The AppointmentCollection type exposes the following members.

Methods
  Name Description
Public method Contains
Determines whether an element is in the AppointmentCollection.
Public method CopyTo
Copies the entire AppointmentCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public method FindByID
Searches for an Appointment with the specified ID and returns a reference to it.
Public method FindByRecurrenceParentID(Object)
Searches for all Appointments with the specified RecurrenceParentID and returns a generic IList containing them.
Public method FindByRecurrenceParentID(Object, RecurrenceState)
Searches for all Appointments with the specified RecurrenceParentID and RecurrenceState.
Public method GetAppointmentsEnclosingRange
Searches for all Appointments that are fully contained within the specified time range.
Public method GetAppointmentsInRange
Searches for all Appointments that overlap with the specified time range and returns a generic IList containing them.
Public method GetAppointmentsStartingInRange
Searches for all Appointments that start in the specified time range and returns a generic IList containing them.
Public method GetEnumerator
Returns an enumerator for the entire AppointmentCollection.
Public method IndexOf
Searches for the specified Appointment and returns the zero-based index of the first occurrence within the entire AppointmentCollection.
Public method ToArray
Copies the elements of the AppointmentCollection to a new Appointment array.
Top
See Also