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.
Container for the parameters to the SendEmail operation. Sends an email message. You can use the Amazon Pinpoint Email API to send two types of messages:
Simple – A standard email message. When you create this type of message, you specify the sender, the recipient, and the message body, and Amazon Pinpoint assembles the message for you.
Raw – A raw, MIME-formatted email message. When you send this type of email, you have to specify all of the message headers, as well as the message body. You can use this message type to send messages that contain attachments. The message that you specify has to be a valid MIME message.
Namespace: Amazon.PinpointEmail.Model
Assembly: AWSSDK.PinpointEmail.dll
Version: 3.x.y.z
public class SendEmailRequest : AmazonPinpointEmailRequest IAmazonWebServiceRequest
The SendEmailRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
SendEmailRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ConfigurationSetName | System.String |
Gets and sets the property ConfigurationSetName. The name of the configuration set that you want to use when sending the email. |
|
Content | Amazon.PinpointEmail.Model.EmailContent |
Gets and sets the property Content. An object that contains the body of the message. You can send either a Simple message or a Raw message. |
|
Destination | Amazon.PinpointEmail.Model.Destination |
Gets and sets the property Destination. An object that contains the recipients of the email message. |
|
EmailTags | System.Collections.Generic.List<Amazon.PinpointEmail.Model.MessageTag> |
Gets and sets the property EmailTags.
A list of tags, in the form of name/value pairs, to apply to an email that you send
using the |
|
FeedbackForwardingEmailAddress | System.String |
Gets and sets the property FeedbackForwardingEmailAddress. The address that Amazon Pinpoint should send bounce and complaint notifications to. |
|
FromEmailAddress | System.String |
Gets and sets the property FromEmailAddress. The email address that you want to use as the "From" address for the email. The address that you specify has to be verified. |
|
ReplyToAddresses | System.Collections.Generic.List<System.String> |
Gets and sets the property ReplyToAddresses. The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply. |
.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