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
| Name | Description |
|---|---|
ADomain | The domain you want to retrieve deliverability metrics for. |
AStartDate | Specifies the first day to retreive metrics for. |
AEndDate | Specifies the last day to retreive metrics for. The end date has to be less than or equal to 30 days after the start date. |