Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DispIdAttribute()> _
ReadOnly Property Attachments As Attachments
Get
'Usage
Dim instance As _MailItem
Dim value As Attachments
value = instance.Attachments
[DispIdAttribute()]
Attachments Attachments { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Attachments
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Create a Mail Item, Attach a Report, and Send the Mail Item to the User's Manager