_Explorer.AttachmentSelection Property
Returns an AttachmentSelection object consisting of one or more attachments that are selected in the current view of the explorer. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property AttachmentSelection As AttachmentSelection
Get
'Usage
Dim instance As _Explorer
Dim value As AttachmentSelection
value = instance.AttachmentSelection
[DispIdAttribute()]
AttachmentSelection AttachmentSelection { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.AttachmentSelection