Compartir a través de


IPOutlookItemCollection Properties (Windows CE 5.0)

Send Feedback

The IPOutlookItemCollection interface reads the properties described in the following table.

Properties in Vtable Order

Property Description
Count
HRESULT get_Count
(/* [out] */ int *piCount);
Returns the number of items in the collection.
IncludeRecurrences
HRESULT get_IncludeRecurrences
(/* [out] */ VARIANT_BOOL
*pbIncludeRecurrences);
HRESULT put_IncludeRecurrences
(/* [in] */ VARIANT_BOOL
bIncludeRecurrences);
Returns or sets whether to include recurrences in a collection of appointments sorted on the Start property in ascending order.

If TRUE, recurring appointments are expanded to all dates on which they occur. If FALSE (the default), recurring appointments are only associated with the first day they occur.

Set this property TRUE if you want to find all appointments that fall on a specific date.

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

IPOutlookItemCollection

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.