Share via


IPOutlookItemCollection::put_IncludeRecurrences

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

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

To get the value of the IncludeRecurrences property, see the IPOutlookItemCollection::get_IncludeRecurrences property method.

Syntax

HRESULT put_IncludeRecurrences(
  VARIANT BOOL fIncludeRecurrences
);

Parameters

  • fIncludeRecurrences
    [in] 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

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

See Also

IPOutlookItemCollection::get_IncludeRecurrences

IPOutlookItemCollection

Pocket Outlook Object Model API Interfaces

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.