Items Property

Applies To

MAPIFolder object.

Description

Returns the collection of Outlook items in the folder. Read-only.

Example

This example obtains the collection of MailItem objects from the default Inbox folder.

Set myFolder = olNameSpace.GetDefaultFolder(olFolderInbox)
Set myItems = myFolder.Items