_AttachmentSelection.GetSelection Method

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function GetSelection ( _
    SelectionContents As OlSelectionContents _
) As Selection
'Usage
Dim instance As _AttachmentSelection
Dim SelectionContents As OlSelectionContents
Dim returnValue As Selection

returnValue = instance.GetSelection(SelectionContents)
[DispIdAttribute()]
Selection GetSelection(
    OlSelectionContents SelectionContents
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Outlook.Selection
Returns 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 object inherits from the Selection object. This method is not intended to be called on the AttachmentSelection object.

See Also

Reference

_AttachmentSelection Interface

_AttachmentSelection Members

Microsoft.Office.Interop.Outlook Namespace