_AttachmentSelection.GetSelection(OlSelectionContents) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
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.