AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.Destination

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class Destination

The Destination type exposes the following members

Constructors

NameDescription
Public Method Destination()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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