Skip to main content

TSESV2CreateDeliverabilityTestReportRequest

Class in AWS.SESV2

CreateDeliverabilityTestReport request class.

Ancestors

Properties

Content

property Content: ISESV2EmailContent

Type: ISESV2EmailContent

FromEmailAddress

property FromEmailAddress: string

ReportName

property ReportName: string

Tags

property Tags: IAWSTags

Constructors

Create

constructor Create(const AFromEmailAddress: string = ''); overload;

Constructor for TSESV2CreateDeliverabilityTestReportRequest.

Parameters

NameDescription
AFromEmailAddressSpecifies the email address that the predictive inbox placement test email was sent from.

constructor Create(const ARawMessage: ISESV2RawMessage; AFromEmailAddress: string); overload;

ISESV2RawMessage

Constructor for TSESV2CreateDeliverabilityTestReportRequest.

Parameters

NameDescription
ARawMessageSpecifies the raw email message.
AFromEmailAddressSpecifies the email address that the predictive inbox placement test email was sent from.

constructor Create(const ASimpleMessage: ISESV2Message; AFromEmailAddress: string); overload;

ISESV2Message

Constructor for TSESV2CreateDeliverabilityTestReportRequest.

Parameters

NameDescription
ASimpleMessageSpecifies a simple email message consisting of a subject and message body.
AFromEmailAddressSpecifies the email address that the predictive inbox placement test email was sent from.

constructor Create(const ATemplate: ISESV2Template; AFromEmailAddress: string); overload;

ISESV2Template

Constructor for TSESV2CreateDeliverabilityTestReportRequest.

Parameters

NameDescription
ATemplateSpecifies a template to use for the email message.
AFromEmailAddressSpecifies the email address that the predictive inbox placement test email was sent from.