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.
| Outlook Developer Reference |
Represents a document or link to a document contained in an Outlook item.
Remarks
Use Attachments (
index
), where
index
is the index number, to return a single Attachment object.
Use the Add method to add an attachment to an item.
Example
The following Visual Basic for Applications (VBA) example creates a new mail message, attaches Q496.xls as an attachment (not a link), and gives the attachment a descriptive caption.
| Visual Basic for Applications |
|---|
|
See Also