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.

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:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.PinpointEmail.AmazonPinpointEmailRequest
      Amazon.PinpointEmail.Model.SendEmailRequest

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

Syntax

C#
public class SendEmailRequest : AmazonPinpointEmailRequest
         IAmazonWebServiceRequest

The SendEmailRequest type exposes the following members

Constructors

NameDescription
Public Method SendEmailRequest()

Properties

NameTypeDescription
Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

The name of the configuration set that you want to use when sending the email.

Public Property 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.

Public Property Destination Amazon.PinpointEmail.Model.Destination

Gets and sets the property Destination.

An object that contains the recipients of the email message.

Public Property 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 SendEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

Public Property FeedbackForwardingEmailAddress System.String

Gets and sets the property FeedbackForwardingEmailAddress.

The address that Amazon Pinpoint should send bounce and complaint notifications to.

Public Property 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.

Public Property 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.

Version Information

.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