Selection Interface
Contains the set of Outlook items currently selected in an explorer.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("00063087-0000-0000-C000-000000000046")> _
Public Interface Selection _
Inherits IEnumerable
'Usage
Dim instance As Selection
[GuidAttribute("00063087-0000-0000-C000-000000000046")]
public interface Selection : IEnumerable
Remarks
Use the Selection property to return the Selection collection from the Explorer object.