Skip to main content

TSESV2ReplacementEmailContent

Class in AWS.SESV2

ReplacementEmailContent class.

Ancestors

Properties

ReplacementTemplate

property ReplacementTemplate: ISESV2ReplacementTemplate

Type: ISESV2ReplacementTemplate

Methods

Template

class function Template(const AReplacementTemplateData: string): TSESV2ReplacementEmailContent;

TSESV2ReplacementEmailContent

Create and initialize a ReplacementEmailContent instance with template data.

Parameters

NameDescription
AReplacementTemplateDataA string containing a JSON object consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

Returns

Returns a TSESV2ReplacementEmailContent instance with associated initialized ReplacementTemplate.