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 4.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class IdentityDkimAttributes : Object

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.

True if DKIM signing is enabled for email sent from the identity; false otherwise.

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 will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be 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, go to 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 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