IItem
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 | PPC | SP | Description |
---|---|---|---|
GetProps | X | X | Gets a PIM item's list of property values. |
SetProps | X | X | Sets a PIM item's list of property values. |
Save | X | X | Saves a PIM item. |
Delete | X | X | Deletes a PIM item. |
Display | X | X | Displays the PIM item's Summary tab. |
Edit | X | X | Displays the PIM item's Edit tab. |
Copy | X | X | Creates a copy of a PIM item. |
get_Oid | X | X | Gets a PIM item's unique Object Identifier (OID). |
OpenProperty | X | X | Opens a stream property for a PIM item. |
get_DefaultItemType | X | X | Gets a PIM item's type. |
get_Application | X | X | Gets the main Outlook Mobile application object. |
get_Parent | X | X | 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
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: pimstore.h
Library: pimstore.lib
See Also
Pocket Outlook Object Model API Interfaces | Pocket Outlook Object Model API Enumerations
Send Feedback on this topic to the authors