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. |
Assembly:Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
Remarks
This is the base class for Appointment, Task, and Contact collections.
The PimItemCollection class provides methods for adding and removing PimItem objects to or from a collection, searching for items within a collection, and sorting collection items. It contains methods for indexing into a collection, information about the number of items in a collection, and whether or not you can add or remove items to or from a collection.
The Pocket Outlook object model parallels the desktop Outlook object model by grouping PimItem objects into folders, but folders are actually implemented as collections. For example, the ContactFolder object has an Item property, and the accessor for this property returns a ContactCollection object, not a PimItem object.
Inheritance Hierarchy
Microsoft.WindowsMobile.PocketOutlook.PimItemCollection
Microsoft.WindowsMobile.PocketOutlook.AppointmentCollection
Microsoft.WindowsMobile.PocketOutlook.ContactCollection
Microsoft.WindowsMobile.PocketOutlook.TaskCollection