This topic has not yet been rated - Rate this topic

Selection.Location Property

Office 2010

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)
[DispIdAttribute()]
OlSelectionLocation Location { get; }

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.