Skip to main content

TSESV2Message

Class in AWS.SESV2

Message class.

Ancestors

Properties

Attachments

property Attachments: TList<ISESV2Attachment>

Type: ISESV2Attachment

Body

property Body: ISESV2Body

Type: ISESV2Body

Headers

property Headers: TList<ISESV2MessageHeader>

Type: ISESV2MessageHeader

Subject

property Subject: ISESV2Content

Type: ISESV2Content

Constructors

Create

constructor Create(const ASubject: string; ASubjectCharset: string = '');

Constructor for TSESV2Message.

Parameters

NameDescription
ASubjectSpecifies the subject line of the email.
ASubjectSpecifies the character set for the subject line of the email. 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.