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
|