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.

Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.BouncedRecipientInfo

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

Syntax

C#
public class BouncedRecipientInfo

The BouncedRecipientInfo type exposes the following members

Constructors

NameDescription
Public Method BouncedRecipientInfo()

Properties

NameTypeDescription
Public Property BounceType Amazon.SimpleEmail.BounceType

Gets and sets the property BounceType.

The reason for the bounce. You must provide either this parameter or RecipientDsnFields.

Public Property Recipient System.String

Gets and sets the property Recipient.

The email address of the recipient of the bounced email.

Public Property RecipientArn System.String

Gets and sets the property RecipientArn.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to receive email for the recipient of the bounced email. For more information about sending authorization, see the Amazon SES Developer Guide.

Public Property RecipientDsnFields Amazon.SimpleEmail.Model.RecipientDsnFields

Gets and sets the property RecipientDsnFields.

Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a BounceType. You must provide either this parameter or BounceType.

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