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.

An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.DomainDeliverabilityCampaign

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

Syntax

C#
public class DomainDeliverabilityCampaign

The DomainDeliverabilityCampaign type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CampaignId System.String

Gets and sets the property CampaignId.

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

Public Property DeleteRate System.Double

Gets and sets the property DeleteRate.

The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

Public Property Esps System.Collections.Generic.List<System.String>

Gets and sets the property Esps.

The major email providers who handled the email message.

Public Property FirstSeenDateTime System.DateTime

Gets and sets the property FirstSeenDateTime.

The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

Public Property FromAddress System.String

Gets and sets the property FromAddress.

The verified email address that the email message was sent from.

Public Property ImageUrl System.String

Gets and sets the property ImageUrl.

The URL of an image that contains a snapshot of the email message that was sent.

Public Property InboxCount System.Int64

Gets and sets the property InboxCount.

The number of email messages that were delivered to recipients’ inboxes.

Public Property LastSeenDateTime System.DateTime

Gets and sets the property LastSeenDateTime.

The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

Public Property ProjectedVolume System.Int64

Gets and sets the property ProjectedVolume.

The projected number of recipients that the email message was sent to.

Public Property ReadDeleteRate System.Double

Gets and sets the property ReadDeleteRate.

The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

Public Property ReadRate System.Double

Gets and sets the property ReadRate.

The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

Public Property SendingIps System.Collections.Generic.List<System.String>

Gets and sets the property SendingIps.

The IP addresses that were used to send the email message.

Public Property SpamCount System.Int64

Gets and sets the property SpamCount.

The number of email messages that were delivered to recipients' spam or junk mail folders.

Public Property Subject System.String

Gets and sets the property Subject.

The subject line, or title, of the email message.

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