Attachments object

Description

The attachments object is a collection of all attachments in a single email message.

Methods

Add(string sFilename)

Adds an attachment to the collection.

Clear()

Removes all attachments from the message.

Properties

long Count

The number of objects in the collection.
(read-only)

Attachment Item(long Index)

Returns an attachment by its given index.
(read-only)

Search documentation