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.

Represents the DKIM attributes of a verified email address or a domain.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.IdentityDkimAttributes

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

Syntax

C#
public class IdentityDkimAttributes

The IdentityDkimAttributes type exposes the following members

Constructors

NameDescription
Public Method IdentityDkimAttributes()

Properties

NameTypeDescription
Public Property DkimEnabled System.Boolean

Gets and sets the property DkimEnabled.

Is true if DKIM signing is enabled for email sent from the identity. It's false otherwise. The default value is true.

Public Property DkimTokens System.Collections.Generic.List<System.String>

Gets and sets the property DkimTokens.

A set of character strings that represent the domain's identity. Using these tokens, you need to create DNS CNAME records that point to DKIM public keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection process might take up to 72 hours. After successful detection, Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

For more information about creating DNS records using DKIM tokens, see the Amazon SES Developer Guide.

Public Property DkimVerificationStatus Amazon.SimpleEmail.VerificationStatus

Gets and sets the property DkimVerificationStatus.

Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)

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