IFolder Property Methods

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

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

Properties in Vtable Order

Property Description
Items
[Visual Basic]
Access: Read
Data Type: Items
[C++]
HRESULT get_Items
([out] IPOutlookItemCollection **ppolItems);
Returns the list of items in a folder. Not supported for the Infrared folder.
DefaultItemType
[Visual Basic]
Access: Read
Data Type: Integer
[C++]
HRESULT get_DefaultItemType
([out] int *piDefaultItemType);
Returns the folder type. Not supported for the Infrared folder.
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

IFolder::Unknown

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.