IFolder::get_Items
A version of this page is also available for
4/8/2010
The get_Items property-method gets the list of items in a folder.
Syntax
HRESULT get_Items(
IPOutlookItemCollection ** ppolItems
);
Parameters
- ppolItems
[out] Reference to the IPOutlookItemCollection list of items.
Return Value
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:
- S_OK
The method completed successfully.
Remarks
This property is not supported for the Infrared folder.
Requirements
Header | pimstore.h |
Library | Pimstore.lib |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Tasks
Adding PIM Items to the Outlook Mobile Database
Reference
Pocket Outlook Object Model Interfaces