Skip to main content

ISESV2BulkEmailEntry

Interface in AWS.SESV2

Interface for BulkEmailEntry.

Properties

Destination

property Destination: ISESV2Destination

Type: ISESV2Destination

Specifies the destinations for the message.

ReplacementEmailContent

property ReplacementEmailContent: ISESV2ReplacementEmailContent

Type: ISESV2ReplacementEmailContent

The ReplacementEmailContent assocated with a BulkEmailEntry.

ReplacementTags

property ReplacementTags: TList<ISESV2MessageTag>

Type: ISESV2MessageTag

Specifies a list of tags (name/value pairs) to apply to the email.

Methods

AddReplacementTag

procedure AddReplacementTag(const AReplacementTag: ISESV2MessageTag); overload;

ISESV2MessageTag

Add a replacement tag to ReplacementTags.

Parameters

NameDescription
AReplacementTagSpecifies the replacement tag to add.

procedure AddReplacementTag(const AName, AValue: string); overload;

Add a replacement tag to ReplacementTags.

Parameters

NameDescription
ANameSpecifies the name of a replacement tag to add.
AValueSpecifies the value of a replacement tag to add.