Messages selected

S

stevewy

What is the property that will display the amount of individual
messages selected in the current folder? I tried
Application.Explorers.Selection.Count but that doesn't work...

Steve Wylie
 
K

Ken Slovak - [MVP - Outlook]

Application.ActiveExplorer.Selection.Count.

The Explorers collection has no Selection property. Use the Object Browser
to see what methods, properties and events are available for any Outlook
object.
 
S

stevewy

Use the Object Browser to see what methods, properties and events are available for any Outlook object.

I certainly will in future, Ken! Thanks.

Steve
 
Top