Selection Object (Outlook)

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.

Set mySelectedItems = myExplorer.Selection

See Also

Concepts

Outlook Object Model Reference

Selection Object Members