_DocumentItem.Attachments Property

Returns an Attachments object that represents all the attachments for the specified item. Read-only.

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

Syntax

'Declaration
ReadOnly Property Attachments As Attachments
    Get
'Usage
Dim instance As _DocumentItem
Dim value As Attachments

value = instance.Attachments
Attachments Attachments { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Attachments

See Also

Reference

_DocumentItem Interface

_DocumentItem Members

Microsoft.Office.Interop.Outlook Namespace