Skip to main content

TSESV2Content

Class in AWS.SESV2

Content class.

Ancestors

Properties

Charset

property Charset: string

Data

property Data: string

Constructors

Create

constructor Create(const AData: string; ACharset: string = '');

Constructor for TSESV2Content.

Parameters

NameDescription
ADataSpecifies the content.
ACharsetSpecifies the character set for the content. As constrained by the SMTP protocol, Amazon SES by default uses the 7-bit ASCII character set. If Data includes characters outside of the ASCII range, you can specify the character set.