Share via


IPOutlookItemCollection Property Methods

These methods are not supported in Windows CE Platform Builder 3.0.

The property methods of the IPOutlookItemCollection interface read the properties described in the following table. For more information, see Interface Property Methods.

Properties in Vtable Order

Property Description
Count
[Visual Basic]
Access: Read
Data Type: Integer
[C++]
HRESULT get_Count
([out] int *piCount);
Returns the number of items in the collection.
IncludeRecurrences
[Visual Basic]
Access: Read/Write
Data Type: Boolean
[C++]
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 value), recurring appointments are only associated with the first day they occur. You should set this to TRUE if you want to find all appointments that fall on a specific date.
Application
[Visual Basic]
Access: Read
Data Type: Application
[C++]
HRESULT get_Application
([out] IPOutlookApp **ppIPOutlookApp);
Returns a pointer to the main Pocket Outlook application object.

Return Values

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

See Also

IPOutlookItemCollection::Unknown

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.