Compartilhar via


IFolder Properties (Windows CE 5.0)

Send Feedback

The IFolder methods read the properties described in the following table.

Properties in Vtable Order

Property Description
Items
HRESULT get_Items
(/* [out] */ IPOutlookItemCollection
**ppolItems);
Returns the list of items in a folder. Not supported for the Infrared folder.
DefaultItemType
HRESULT get_DefaultItemType
(/* [out] */ int *piDefaultItemType);
Returns the folder type. Not supported for the Infrared folder.
Application
HRESULT get_Application
(/* [out] */ IPOutlookApp
**ppIPOutlookApp);
Returns a pointer to the main POOM Application object.

Return Values

Each property method supports the standard HRESULT return values, including S_OK.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Pimstore.h.
Link Library: Pimstore.lib.

See Also

IFolder

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.