C# Class Amazon.SimpleEmail.Model.Destination

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

Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetBccAddresses ( ) : bool
IsSetCcAddresses ( ) : bool
IsSetToAddresses ( ) : bool

Method Details

Destination() public méthode

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

Destination() public méthode

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.
Résultat System