AmazonSimpleEmailServiceClient.SetIdentityDkimEnabled Method (SetIdentityDkimEnabledRequest)

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

Enables or disables Easy DKIM signing of email sent from an identity:

  • If Easy DKIM signing is enabled for a domain name identity (e.g., example.com ), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g., user@example.com ).
  • If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.

For email addresses (e.g., user@example.com ), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com ) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.

This action is throttled at one request per second.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.

Namespace: Amazon.SimpleEmail
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public virtual SetIdentityDkimEnabledResponse SetIdentityDkimEnabled(
         SetIdentityDkimEnabledRequest request
)
Return Value
Type: Amazon.SimpleEmail.Model.SetIdentityDkimEnabledResponse
The response from the SetIdentityDkimEnabled service method, as returned by AmazonSimpleEmailService.

Version Information

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