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
| Name | Description |
|---|---|
AFromEmailAddress | Specifies the email address that the predictive inbox placement test email was sent from. |
constructor Create(const ARawMessage: ISESV2RawMessage; AFromEmailAddress: string); overload;
Constructor for TSESV2CreateDeliverabilityTestReportRequest.
Parameters
| Name | Description |
|---|---|
ARawMessage | Specifies the raw email message. |
AFromEmailAddress | Specifies the email address that the predictive inbox placement test email was sent from. |
constructor Create(const ASimpleMessage: ISESV2Message; AFromEmailAddress: string); overload;
Constructor for TSESV2CreateDeliverabilityTestReportRequest.
Parameters
| Name | Description |
|---|---|
ASimpleMessage | Specifies a simple email message consisting of a subject and message body. |
AFromEmailAddress | Specifies the email address that the predictive inbox placement test email was sent from. |
constructor Create(const ATemplate: ISESV2Template; AFromEmailAddress: string); overload;
Constructor for TSESV2CreateDeliverabilityTestReportRequest.
Parameters
| Name | Description |
|---|---|
ATemplate | Specifies a template to use for the email message. |
AFromEmailAddress | Specifies the email address that the predictive inbox placement test email was sent from. |