Skip to main content

TSESV2GetDomainStatisticsReportRequest

Class in AWS.SESV2

GetDomainStatisticsReport request class.

Ancestors

Properties

Domain

property Domain: string

StartDate

property StartDate: TDate

EndDate

property EndDate: TDate

Constructors

Create

constructor Create(const ADomain: string; AStartDate, AEndDate: TDate);

Constructor for TSESV2GetDomainStatisticsReportRequest.

Parameters

NameDescription
ADomainThe domain you want to retrieve deliverability metrics for.
AStartDateSpecifies the first day to retreive metrics for.
AEndDateSpecifies the last day to retreive metrics for. The end date has to be less than or equal to 30 days after the start date.