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 3.5
 
Receipt rules enable you to specify which actions Amazon SES should take when it receives mail on behalf of one or more email addresses or domains that you own.

Each receipt rule defines a set of email addresses or domains to which it applies. If the email addresses or domains match at least one recipient address of the message, Amazon SES executes all of the receipt rule's actions on the message.

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.ReceiptRule

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

Syntax

C#
public class ReceiptRule : Object

The ReceiptRule type exposes the following members

Constructors

NameDescription
Public Method ReceiptRule()

Properties

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

An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.

Public Property Enabled System.Boolean Gets and sets the property Enabled.

If true, the receipt rule is active. The default value is true.

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

The name of the receipt rule. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
  • Start and end with a letter or number.
  • Contain less than 64 characters.
Public Property Recipients System.Collections.Generic.List<System.String> Gets and sets the property Recipients.

The recipient domains and email addresses to which the receipt rule applies. If this field is not specified, this rule will match all recipients under all verified domains.

Public Property ScanEnabled System.Boolean Gets and sets the property ScanEnabled.

If true, then messages to which this receipt rule applies are scanned for spam and viruses. The default value is true.

Public Property TlsPolicy Amazon.SimpleEmail.TlsPolicy Gets and sets the property TlsPolicy.

Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS). If this parameter is set to Require, Amazon SES will bounce emails that are not received over TLS. The default is Optional.

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