Attachment
Contains metadata and attachment raw content.
Types
Properties
A brief description of the attachment content.
A standard descriptor indicating how the attachment should be rendered in the email. Supported values: ATTACHMENT
or INLINE
.
Specifies how the attachment is encoded. Supported values: BASE64
, QUOTED_PRINTABLE
, SEVEN_BIT
.
The MIME type of the attachment.
The file name for the attachment as it will appear in the email. Amazon SES restricts certain file extensions. To ensure attachments are accepted, check the Unsupported attachment types in the Amazon SES Developer Guide.
The raw data of the attachment. It needs to be base64-encoded if you are accessing Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services SDK, the SDK takes care of the base 64-encoding for you.