MAPIFolder.Items Property

Returns an Items collection object as a collection of Outlook items in the specified folder. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Items As Items
    Get
'Usage
Dim instance As MAPIFolder
Dim value As Items

value = instance.Items
[DispIdAttribute()]
Items Items { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Items

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.

See Also

Reference

MAPIFolder Interface

MAPIFolder Members

Microsoft.Office.Interop.Outlook Namespace