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.

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

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the email address string must be 7-bit ASCII. If you want to send to or from email addresses that contain Unicode characters in the domain part of an address, you must encode the domain using Punycode. Punycode is not permitted in the local part of the email address (the part before the @ sign) nor in the "friendly from" name. If you want to use Unicode characters in the "friendly from" name, you must encode the "friendly from" name using MIME encoded-word syntax, as described in Sending raw email using the Amazon SES API. For more information about Punycode, see RFC 3492.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.Destination

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

Syntax

C#
public class Destination

The Destination type exposes the following members

Constructors

NameDescription
Public Method Destination()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method Destination(List<String>)

Instantiates Destination with the parameterized properties

Properties

NameTypeDescription
Public Property BccAddresses System.Collections.Generic.List<System.String>

Gets and sets the property BccAddresses.

The recipients to place on the BCC: line of the message.

Public Property CcAddresses System.Collections.Generic.List<System.String>

Gets and sets the property CcAddresses.

The recipients to place on the CC: line of the message.

Public Property ToAddresses System.Collections.Generic.List<System.String>

Gets and sets the property ToAddresses.

The recipients to place on the To: line of the message.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5