MAPIFolder.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Items collection object as a collection of Outlook items in the specified folder. Read-only.
public:
property Microsoft::Office::Interop::Outlook::Items ^ Items { Microsoft::Office::Interop::Outlook::Items ^ get(); };
public Microsoft.Office.Interop.Outlook.Items Items { get; }
Public ReadOnly Property Items As Items
Property Value
Remarks
The index for the Items collection starts at 1, and the items in the Items collection object are not guaranteed to be in any particular order.