IPOutlookItemCollection::get_IncludeRecurrences

Send Feedback

The IncludeRecurrences property gets or sets whether to include recurrences in a collection of appointments sorted on the Start property in ascending order.

To get the value of the IncludeRecurrences property, call the property method described here.

To set the value of the IncludeRecurrences property, see the IPOutlookItemCollection::put_IncludeRecurrences property method.

Syntax

HRESULT get_IncludeRecurrences(
  VARIANT_BOOL * pfIncludeRecurrences
);

Parameters

  • pfIncludeRecurrences
    [out] Reference to a Boolean flag.

Return Values

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

If TRUE, recurring appointments are expanded to all dates on which they occur. If FALSE (the default), recurring appointments are associated only with the first day they occur. Set this property to TRUE if you want to find all appointments that fall on a specific date.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: pimstore.h
Library: pimstore.lib

See Also

IPOutlookItemCollection::put_IncludeRecurrences | IPOutlookItemCollection | Pocket Outlook Object Model API Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.