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.

Represents the notification attributes of an identity, including whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and whether feedback forwarding is enabled for bounce and complaint notifications.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.IdentityNotificationAttributes

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

Syntax

C#
public class IdentityNotificationAttributes

The IdentityNotificationAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BounceTopic System.String

Gets and sets the property BounceTopic.

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce notifications.

Public Property ComplaintTopic System.String

Gets and sets the property ComplaintTopic.

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint notifications.

Public Property DeliveryTopic System.String

Gets and sets the property DeliveryTopic.

The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery notifications.

Public Property ForwardingEnabled System.Boolean

Gets and sets the property ForwardingEnabled.

Describes whether Amazon SES forwards bounce and complaint notifications as email. true indicates that Amazon SES forwards bounce and complaint notifications as email, while false indicates that bounce and complaint notifications are published only to the specified bounce and complaint Amazon SNS topics.

Public Property HeadersInBounceNotificationsEnabled System.Boolean

Gets and sets the property HeadersInBounceNotificationsEnabled.

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Bounce. A value of true specifies that Amazon SES includes headers in bounce notifications, and a value of false specifies that Amazon SES does not include headers in bounce notifications.

Public Property HeadersInComplaintNotificationsEnabled System.Boolean

Gets and sets the property HeadersInComplaintNotificationsEnabled.

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Complaint. A value of true specifies that Amazon SES includes headers in complaint notifications, and a value of false specifies that Amazon SES does not include headers in complaint notifications.

Public Property HeadersInDeliveryNotificationsEnabled System.Boolean

Gets and sets the property HeadersInDeliveryNotificationsEnabled.

Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of type Delivery. A value of true specifies that Amazon SES includes headers in delivery notifications, and a value of false specifies that Amazon SES does not include headers in delivery notifications.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5