Class Selection (Outlook VBA)
Contains the set of Outlook items currently selected in an explorer. To use a Selection class variable it first needs to be instantiated, for example
Dim slc as Selection
Set slc = ActiveExplorer.Selection
Contains the set of Outlook items currently selected in an explorer. To use a Selection class variable it first needs to be instantiated, for example
Dim slc as Selection
Set slc = ActiveExplorer.Selection