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 SendBulkEmail operation. Composes an email message to multiple destinations.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmailV2.AmazonSimpleEmailServiceV2Request
      Amazon.SimpleEmailV2.Model.SendBulkEmailRequest

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

Syntax

C#
public class SendBulkEmailRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The SendBulkEmailRequest type exposes the following members

Constructors

NameDescription
Public Method SendBulkEmailRequest()

Properties

NameTypeDescription
Public Property BulkEmailEntries System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.BulkEmailEntry>

Gets and sets the property BulkEmailEntries.

The list of bulk email entry objects.

Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

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

Public Property DefaultContent Amazon.SimpleEmailV2.Model.BulkEmailContent

Gets and sets the property DefaultContent.

An object that contains the body of the message. You can specify a template message.

Public Property DefaultEmailTags System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.MessageTag>

Gets and sets the property DefaultEmailTags.

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 EndpointId System.String

Gets and sets the property EndpointId.

The ID of the multi-region endpoint (global-endpoint).

Public Property FeedbackForwardingEmailAddress System.String

Gets and sets the property FeedbackForwardingEmailAddress.

The address that you want bounce and complaint notifications to be sent to.

Public Property FeedbackForwardingEmailAddressIdentityArn System.String

Gets and sets the property FeedbackForwardingEmailAddressIdentityArn.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the FeedbackForwardingEmailAddress parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use feedback@example.com, then you would specify the FeedbackForwardingEmailAddressIdentityArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FeedbackForwardingEmailAddress to be feedback@example.com.

For more information about sending authorization, see the Amazon SES Developer Guide.

Public Property FromEmailAddress System.String

Gets and sets the property FromEmailAddress.

The email address to use as the "From" address for the email. The address that you specify has to be verified.

Public Property FromEmailAddressIdentityArn System.String

Gets and sets the property FromEmailAddressIdentityArn.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the FromEmailAddress parameter.

For example, if the owner of example.com (which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com) attaches a policy to it that authorizes you to use sender@example.com, then you would specify the FromEmailAddressIdentityArn to be arn:aws:ses:us-east-1:123456789012:identity/example.com, and the FromEmailAddress to be sender@example.com.

For more information about sending authorization, see the Amazon SES Developer Guide.

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.

Public Property TenantName System.String

Gets and sets the property TenantName.

The name of the tenant through which this bulk email will be sent.

The email sending operation will only succeed if all referenced resources (identities, configuration sets, and templates) are associated with this tenant.

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