IItem
4/8/2010
The IItem interface represents a generic PIM item. Specialized PIM items are based on IContact, IAppointment, ITask, and IFolder.
Methods in Vtable Order
IItem methods | Description |
---|---|
Gets a PIM item's list of property values. |
|
Sets a PIM item's list of property values. |
|
Saves a PIM item to the data store. |
|
Deletes a PIM item from the data store. |
|
Displays the PIM item's Summary tab. |
|
Displays the PIM item's Edit tab. |
|
Creates a copy of a PIM item. |
|
Gets a PIM item's unique Object Identifier (OID). |
|
Opens a stream property for a PIM item. |
|
Gets a PIM item's type. |
|
Gets the main Outlook Mobile IPOutlookApp object. |
|
Gets a PIM item's parent folder. |
Remarks
The IItem interface allows you to work with a PIM item without the need to know it's type (either Appointment, Contact, Task, or Folder).
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |
See Also
Reference
Pocket Outlook Object Model Interfaces