C# Class Amazon.SimpleEmail.Model.Destination

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

Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Destination ( ) : System

Default constructor for a new Destination object. Callers should use the properties to initialize this object after creating it.

Destination ( List toAddresses ) : System

Constructs a new Destination object. Callers should use the properties initialize any additional object members.

Private Methods

Method Description
IsSetBccAddresses ( ) : bool
IsSetCcAddresses ( ) : bool
IsSetToAddresses ( ) : bool

Method Details

Destination() public method

Default constructor for a new Destination object. Callers should use the properties to initialize this object after creating it.
public Destination ( ) : System
return System

Destination() public method

Constructs a new Destination object. Callers should use the properties initialize any additional object members.
public Destination ( List toAddresses ) : System
toAddresses List The To: field(s) of the message.
return System