AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object that describes the recipients for an email.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531.
For this reason, the local part of a destination email address (the part of
the email address that precedes the @ sign) may only contain 7-bit
ASCII characters. If the domain part of an address (the part after the
@ sign) contains non-ASCII characters, they must be encoded using Punycode, as described
in RFC3492.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class Destination
The Destination type exposes the following members
Name | Description | |
---|---|---|
![]() |
Destination() |
Name | Type | Description | |
---|---|---|---|
![]() |
BccAddresses | System.Collections.Generic.List<System.String> |
Gets and sets the property BccAddresses. An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email. |
![]() |
CcAddresses | System.Collections.Generic.List<System.String> |
Gets and sets the property CcAddresses. An array that contains the email addresses of the "CC" (carbon copy) recipients for the email. |
![]() |
ToAddresses | System.Collections.Generic.List<System.String> |
Gets and sets the property ToAddresses. An array that contains the email addresses of the "To" recipients for the email. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5