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.
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 that it applies to. 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.
Namespace: Amazon.SimpleEmail.Model
Assembly: AWSSDK.SimpleEmail.dll
Version: 3.x.y.z
public class ReceiptRule
The ReceiptRule type exposes the following members
Name | Description | |
---|---|---|
ReceiptRule() |
Name | Type | Description | |
---|---|---|---|
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. |
|
Enabled | System.Boolean |
Gets and sets the property Enabled.
If |
|
Name | System.String |
Gets and sets the property Name. The name of the receipt rule. The name must meet the following requirements:
|
|
Recipients | System.Collections.Generic.List<System.String> |
Gets and sets the property Recipients. The recipient domains and email addresses that the receipt rule applies to. If this field is not specified, this rule matches all recipients on all verified domains. |
|
ScanEnabled | System.Boolean |
Gets and sets the property ScanEnabled.
If |
|
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 |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5