Selection.Location property (Outlook)

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

Syntax

expression.Location

expression A variable that represents a 'Selection' object.

Remarks

A Location property with the value olViewList means that the current selection is in a list of items in an explorer. Calling Selection.GetSelection with olConversationHeaders as the argument returns a Selection object with Selection.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 Selection.Count equal to 0.

See also

Selection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.