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.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.BulkEmailEntry

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

Syntax

C#
public class BulkEmailEntry

The BulkEmailEntry type exposes the following members

Constructors

NameDescription
Public Method BulkEmailEntry()

Properties

NameTypeDescription
Public Property Destination Amazon.SimpleEmailV2.Model.Destination

Gets and sets the property Destination.

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

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

Public Property ReplacementEmailContent Amazon.SimpleEmailV2.Model.ReplacementEmailContent

Gets and sets the property ReplacementEmailContent.

The ReplacementEmailContent associated with a BulkEmailEntry.

Public Property ReplacementHeaders System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.MessageHeader>

Gets and sets the property ReplacementHeaders.

The list of message headers associated with the BulkEmailEntry data type.

  • Headers Not Present in BulkEmailEntry: If a header is specified in Template but not in BulkEmailEntry, the header from Template will be added to the outgoing email.

  • Headers Present in BulkEmailEntry: If a header is specified in BulkEmailEntry, it takes precedence over any header of the same name specified in Template:

    • If the header is also defined within Template, the value from BulkEmailEntry will replace the header's value in the email.

    • If the header is not defined within Template, it will simply be added to the email as specified in BulkEmailEntry.

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

Gets and sets the property ReplacementTags.

A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

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