This documentation is archived and is not being maintained.

Selection Object

Office 2007
Contains the set of Outlook items currently selected in an explorer.

Remarks

Use the Selection property to return the Selection collection from the Explorer object.

Example

The following example returns a Selection object from an Explorer object.

Visual Basic for Applications
Set mySelectedItems = myExplorer.Selection



Show: