Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Public Methods(see also Protected Methods)

  Name Description
Add Overloaded.  
AddIndex  (inherited from PimItemCollection)
AddNew Creates and adds a new Appointment to the AppointmentCollection object.
ApplySort  (inherited from PimItemCollection)
Clear  Deletes all PIM items from the collection.(inherited from PimItemCollection)
Contains Overloaded.  
CopyTo Overloaded.  
Dispose  Overloaded. (inherited from PimItemCollection)
Equals  Overloaded. (inherited from Object)
Find  (inherited from PimItemCollection)
GetEnumerator Initializes an instance of a new AppointmentCollectionEnumerator enumerator for iterating through the AppointmentCollection object.
GetHashCode  (inherited from Object)
GetType  (inherited from Object)
IndexOf  Overloaded. (inherited from PimItemCollection)
Insert  Overloaded. (inherited from PimItemCollection)
ReferenceEquals  (inherited from Object)
Remove Overloaded.  
RemoveAt  (inherited from PimItemCollection)
RemoveIndex  (inherited from PimItemCollection)
RemoveSort  Removes a sort applied with ApplySort.(inherited from PimItemCollection)
Restrict Returns a new AppointmentCollection object that contains only Appointment objects that match a set of criteria, providing a filtered view of a collection of appointments.
Sort  (inherited from PimItemCollection)
ToString  (inherited from Object)

Protected Methods

  Name Description
Dispose  Overloaded. (inherited from PimItemCollection)
Finalize  The PimItemCollection class destructor.(inherited from PimItemCollection)
Insert  Overloaded. (inherited from PimItemCollection)
MemberwiseClone  (inherited from Object)

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  Gets an enumerator for iterating through the PIM item collection.(inherited from PimItemCollection)
System.ComponentModel.IBindingList.AddNew  Adds a new PIM item to the collection.(inherited from PimItemCollection)

See Also