Selection.Location Property
Returns an OlSelectionLocation constant that specifies where in the Microsoft Outlook user interface the current selection is. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Location As OlSelectionLocation
Get
'Usage
Dim instance As Selection
Dim value As OlSelectionLocation
value = instance.Location
[DispIdAttribute()]
OlSelectionLocation Location { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlSelectionLocation
Remarks
A Location property with the value olViewList means that the current selection is in a list of items in an explorer. Calling GetSelection(OlSelectionContents) with olConversationHeaders as the argument returns a Selection object with Count equal to the number of conversation headers in the current selection.
If the Location property is not equal to olViewList, calling GetSelection with olConversationHeaders as the argument returns a Selection object with Count equal to 0.