Attachment class

Attachment class

Represents attachment file contained by email message, archive, PDF document or Outlook data file.

The Attachment type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of Attachment class.
init Initializes new instance of Attachment class.
init Initializes new instance of Attachment class.
init Initializes new instance of Attachment class.

Properties

Property Description
id Unique identifier of the attachment in context of a single file that contains this attachment.
file_name Attachment file name.
file_path Attachment relative path e.g. folder/file.docx or filename when the file is located in the root of an archive, in e-mail message or data file.
file_type Attachment file type.
size Attachment file size in bytes.

See Also