TSESV2ListDomainDeliverabilityCampaignsRequest
Class in AWS.SESV2
ListDomainDeliverabilityCampaigns response class.
Ancestors
Properties
SubscribedDomain
property SubscribedDomain: string
StartDate
property StartDate: TDate
EndDate
property EndDate: TDate
Constructors
Create
constructor Create(const ASubscribedDomain: string; AStartDate, AEndDate: TDate);
Constructor for TSESV2ListDomainDeliverabilityCampaignsRequest.
Parameters
| Name | Description |
|---|---|
ASubscribedDomain | The domain to obtain deliverability data for. |
AStartDate | Specify the first day that you want to obtain deliverability data for. |
AEndDate | Specify the last day that you want to obtain deliverability data for. |