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.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class SendBulkEmailRequest : AmazonSimpleEmailServiceV2Request IAmazonWebServiceRequest
The SendBulkEmailRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
SendBulkEmailRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BulkEmailEntries | System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.BulkEmailEntry> |
Gets and sets the property BulkEmailEntries. The list of bulk email entry objects. |
![]() |
ConfigurationSetName | System.String |
Gets and sets the property ConfigurationSetName. The name of the configuration set to use when sending the email. |
![]() |
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. |
![]() |
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 |
![]() |
EndpointId | System.String |
Gets and sets the property EndpointId. The ID of the multi-region endpoint (global-endpoint). |
![]() |
FeedbackForwardingEmailAddress | System.String |
Gets and sets the property FeedbackForwardingEmailAddress. The address that you want bounce and complaint notifications to be sent to. |
![]() |
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
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 For more information about sending authorization, see the Amazon SES Developer Guide. |
![]() |
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. |
![]() |
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
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 For more information about sending authorization, see the Amazon SES Developer Guide. |
![]() |
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. |
![]() |
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. |
.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