Attachment object

Description

The attachment object represents a single email attachment.

Methods

Delete()

Removes this attachment from the message.

SaveAs(string sName)

Saves the attachment to a file with the given name.

Properties

string Filename

The filename of the attachment.
(read-only)

long Size

The size of the attachment.
(read-only)

Search documentation