IdentityDkimAttributes Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

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: 2.0.0.3

Syntax

C#
public class IdentityDkimAttributes : Object

The IdentityDkimAttributes type exposes the following members

Constructors

  Name Description
Public Method IdentityDkimAttributes()

Properties

  Name Description
Public Property DkimEnabled True if DKIM signing is enabled for email sent from the identity; false otherwise.
Public Property DkimTokens A set of DNS records (tokens) that must be published in the domain name's DNS for DKIM verification to complete, and which must remain published in order for DKIM signing to succeed. The tokens are CNAME DNS records that point to DKIM public keys hosted by Amazon SES. (This only applies to domain entities, not email address identities.)
Public 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.)

Constraints:Allowed ValuesPending, Success, Failed, TemporaryFailure

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8