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
ReadOnly Property Items As Items
    Get
'Usage
Dim instance As MAPIFolder
Dim value As Items

value = instance.Items
Items Items { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Items

See Also

Reference

MAPIFolder Interface

MAPIFolder Members

Microsoft.Office.Interop.Outlook Namespace