AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListDomainDeliverabilityCampaigns operation. Retrieve deliverability data for all the campaigns that used a specific domain to send email during a specified time range. This data is available for a domain only if you enabled the Deliverability dashboard for the domain.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class ListDomainDeliverabilityCampaignsRequest : AmazonSimpleEmailServiceV2Request IAmazonWebServiceRequest
The ListDomainDeliverabilityCampaignsRequest type exposes the following members
Name | Description | |
---|---|---|
ListDomainDeliverabilityCampaignsRequest() |
Name | Type | Description | |
---|---|---|---|
EndDate | System.DateTime |
Gets and sets the property EndDate.
The last day that you want to obtain deliverability data for. This value has to be
less than or equal to 30 days after the value of the |
|
NextToken | System.String |
Gets and sets the property NextToken.
A token that’s returned from a previous call to the |
|
PageSize | System.Int32 |
Gets and sets the property PageSize.
The maximum number of results to include in response to a single call to the |
|
StartDate | System.DateTime |
Gets and sets the property StartDate. The first day that you want to obtain deliverability data for. |
|
SubscribedDomain | System.String |
Gets and sets the property SubscribedDomain. The domain to obtain deliverability data for. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5