Share via


Attachments Interface

Contains a set of Attachment objects that represent the attachments in an Outlook item.

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

Syntax

'Declaration
<GuidAttribute("0006303C-0000-0000-C000-000000000046")> _
Public Interface Attachments _
    Inherits IEnumerable
'Usage
Dim instance As Attachments
[GuidAttribute("0006303C-0000-0000-C000-000000000046")]
public interface Attachments : IEnumerable

Remarks

Use the Item property to return the Attachments collection for any Outlook item (except notes).

Use the Add method to add an attachment to an item.

To ensure consistent results, always save an item before adding or removing objects in the Attachments collection of the item.

See Also

Reference

Attachments Members

Microsoft.Office.Interop.Outlook Namespace