AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmailV2.AmazonSimpleEmailServiceV2Request
      Amazon.SimpleEmailV2.Model.ListDomainDeliverabilityCampaignsRequest

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class ListDomainDeliverabilityCampaignsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The ListDomainDeliverabilityCampaignsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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 StartDate parameter.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of a campaign in the list of campaigns.

Public Property PageSize System.Int32

Gets and sets the property PageSize.

The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.

Public Property StartDate System.DateTime

Gets and sets the property StartDate.

The first day that you want to obtain deliverability data for.

Public Property SubscribedDomain System.String

Gets and sets the property SubscribedDomain.

The domain to obtain deliverability data for.

Version Information

.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