Selection Object

Microsoft Outlook Visual Basic

Show All Show All

Selection Object

Explorer Selection

The Selection object contains a set of Microsoft Outlook items representing the items currently selected in an explorer.

Using the Selection Object

Use the Selection property to return the Selection collection from the Explorer object. For example:

Set mySelectedItems = myExplorer.Selection