Destination Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.Destination

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class Destination : Object

The Destination type exposes the following members

Constructors

  Name Description
Public Method Destination() Default constructor for a new Destination object. Callers should use the properties to initialize this object after creating it.
Public Method Destination(List`1)

Properties

  Name Description
Public Property BccAddresses The BCC: field(s) of the message.
Public Property CcAddresses The CC: field(s) of the message.
Public Property ToAddresses The To: field(s) of the message.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8