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 action that Amazon SES can take when it receives an email on behalf of one or more email addresses or domains that you own. An instance of this data type can represent only one action.

For information about setting up receipt rules, see the Amazon SES Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.ReceiptAction

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

Syntax

C#
public class ReceiptAction

The ReceiptAction type exposes the following members

Constructors

NameDescription
Public Method ReceiptAction()

Properties

NameTypeDescription
Public Property AddHeaderAction Amazon.SimpleEmail.Model.AddHeaderAction

Gets and sets the property AddHeaderAction.

Adds a header to the received email.

Public Property BounceAction Amazon.SimpleEmail.Model.BounceAction

Gets and sets the property BounceAction.

Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

Public Property LambdaAction Amazon.SimpleEmail.Model.LambdaAction

Gets and sets the property LambdaAction.

Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.

Public Property S3Action Amazon.SimpleEmail.Model.S3Action

Gets and sets the property S3Action.

Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a notification to Amazon SNS.

Public Property SNSAction Amazon.SimpleEmail.Model.SNSAction

Gets and sets the property SNSAction.

Publishes the email content within a notification to Amazon SNS.

Public Property StopAction Amazon.SimpleEmail.Model.StopAction

Gets and sets the property StopAction.

Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.

Public Property WorkmailAction Amazon.SimpleEmail.Model.WorkmailAction

Gets and sets the property WorkmailAction.

Calls Amazon WorkMail and, optionally, publishes a notification to Amazon Amazon SNS.

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