Attachment Interface

Represents a document or link to a document contained in an Outlook item.

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

Syntax

'Declaration
<GuidAttribute("00063007-0000-0000-C000-000000000046")> _
Public Interface Attachment
'Usage
Dim instance As Attachment
[GuidAttribute("00063007-0000-0000-C000-000000000046")]
public interface Attachment

Remarks

Use Item (index), where index is the index number, to return a single Attachment object.

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

See Also

Reference

Attachment Members

Microsoft.Office.Interop.Outlook Namespace