Selection.GetSelection(OlSelectionContents) Method

Definition

Returns a Selection object that contains the kind of objects specified by the SelectionContents parameter, and that are currently selected in the active explorer.

public:
 Microsoft::Office::Interop::Outlook::Selection ^ GetSelection(Microsoft::Office::Interop::Outlook::OlSelectionContents SelectionContents);
public Microsoft.Office.Interop.Outlook.Selection GetSelection (Microsoft.Office.Interop.Outlook.OlSelectionContents SelectionContents);
Public Function GetSelection (SelectionContents As OlSelectionContents) As Selection

Parameters

SelectionContents
OlSelectionContents

Specifies the kind of objects in the selection to return.

Returns

Returns a Selection object that contains the specified kind of objects that are selected in the active explorer.

Remarks

Calling GetSelection with olConversationHeaders as the argument returns a Selection object that has the Location property equal to olViewList.

If the current view is not a conversation view, or, if Location is not equal to OlSelectionLocation.olViewList, calling GetSelection with olConversationHeaders as the argument returns a Selection object with Count equal to 0.

Applies to