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
| Name | Description |
|---|---|
AData | Specifies the content. |
ACharset | Specifies 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. |