AttachmentSelection.GetSelection Method (Outlook)

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

Version Information

Version Added: Outlook 2010

Syntax

expression .GetSelection(SelectionContents)

expression A variable that represents an AttachmentSelection object.

Parameters

Name

Required/Optional

Data Type

Description

SelectionContents

Required

OlSelectionContents

Specifies the kind of objects in the selection to return.

Return Value

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

Remarks

The only reason that this method is exposed on the AttachmentSelection object is because the AttachmentSelection inherits from the Selection object. This method is not intended to be called on the AttachmentSelection object.

See Also

Concepts

AttachmentSelection Object

AttachmentSelection Object Members