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.
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
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.