Selection.Location Property

Definition

Returns an OlSelectionLocation constant that specifies where in the Microsoft Outlook user interface the current selection is. Read-only.

public:
 property Microsoft::Office::Interop::Outlook::OlSelectionLocation Location { Microsoft::Office::Interop::Outlook::OlSelectionLocation get(); };
public Microsoft.Office.Interop.Outlook.OlSelectionLocation Location { get; }
Public ReadOnly Property Location As OlSelectionLocation

Property Value

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.

Applies to