MAPIFolder.Items Property

Definition

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.

Applies to