Skip to main content

ISESV2EmailContent

Interface in AWS.SESV2

Interface for EmailContent.

Properties

Raw

property Raw: ISESV2RawMessage

Type: ISESV2RawMessage

An object that contains the raw email message including headers and body.

Use this property when you want to send a complete email message with custom headers and full control over the message format. Only one content type (Raw, Simple, or Template) can be specified per email.

Simple

property Simple: ISESV2Message

Type: ISESV2Message

An object that contains the subject and body content for a simple email message.

Use this property for straightforward emails with subject and body content. Amazon SES will handle the message formatting and headers. Only one content type (Raw, Simple, or Template) can be specified per email.

Template

property Template: ISESV2Template

Type: ISESV2Template

An object that contains the template name and data for a templated email message.

Use this property to send emails using pre-defined templates with dynamic content substitution. The template must exist in your AWS account before use. Only one content type (Raw, Simple, or Template) can be specified per email.