Amazon Simple Email Service
API Reference (API Version 2010-12-01)
« PreviousNext »
View the PDF for this guide.Go to the AWS Discussion Forum for this product.Did this page help you?  Yes | No |  Tell us about it...

Destination

Description

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=. For more information, see RFC 2047.

Contents

BccAddresses

The BCC: field(s) of the message.

Type: String list

Required: No

CcAddresses

The CC: field(s) of the message.

Type: String list

Required: No

ToAddresses

The To: field(s) of the message.

Type: String list

Required: No