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.

A list of attributes that are associated with a MAIL FROM domain.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.MailFromAttributes

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

Syntax

C#
public class MailFromAttributes

The MailFromAttributes type exposes the following members

Constructors

NameDescription
Public Method MailFromAttributes()

Properties

NameTypeDescription
Public Property BehaviorOnMxFailure Amazon.SimpleEmailV2.BehaviorOnMxFailure

Gets and sets the property BehaviorOnMxFailure.

The action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE, the Amazon SES API v2 returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Public Property MailFromDomain System.String

Gets and sets the property MailFromDomain.

The name of a domain that an email identity uses as a custom MAIL FROM domain.

Public Property MailFromDomainStatus Amazon.SimpleEmailV2.MailFromDomainStatus

Gets and sets the property MailFromDomainStatus.

The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon SES hasn't started searching for the MX record yet.

  • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.

  • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.

  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.

Version Information

.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