AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the SendBounce operation. Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive it. You cannot use this API to send generic bounces for mail that was not received by Amazon SES.

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

This action is throttled at one request per second.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmail.AmazonSimpleEmailServiceRequest
      Amazon.SimpleEmail.Model.SendBounceRequest

Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class SendBounceRequest : AmazonSimpleEmailServiceRequest
         IRequestEvents

The SendBounceRequest type exposes the following members

Constructors

NameDescription
Public Method SendBounceRequest()

Properties

NameTypeDescription
Public Property BouncedRecipientInfoList System.Collections.Generic.List<Amazon.SimpleEmail.Model.BouncedRecipientInfo> Gets and sets the property BouncedRecipientInfoList.

A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients. You must specify at least one BouncedRecipientInfo in the list.

Public Property BounceSender System.String Gets and sets the property BounceSender.

The address to use in the "From" header of the bounce message. This must be an identity that you have verified with Amazon SES.

Public Property BounceSenderArn System.String Gets and sets the property BounceSenderArn.

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 use the address in the "From" header of the bounce. For more information about sending authorization, see the Amazon SES Developer Guide.

Public Property Explanation System.String Gets and sets the property Explanation.

Human-readable text for the bounce message to explain the failure. If not specified, the text will be auto-generated based on the bounced recipient information.

Public Property MessageDsn Amazon.SimpleEmail.Model.MessageDsn Gets and sets the property MessageDsn.

Message-related DSN fields. If not specified, Amazon SES will choose the values.

Public Property OriginalMessageId System.String Gets and sets the property OriginalMessageId.

The message ID of the message to be bounced.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8