AWS SDK for .NET Documentation
SetIdentityDkimEnabledRequest Class
AmazonAmazon.SimpleEmail.ModelSetIdentityDkimEnabledRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the SetIdentityDkimEnabled operation. Enables or disables Easy DKIM signing of email sent from an identity:

For email addresses (e.g.,

CopyC#
user@example.com
), you can only enable Easy DKIM signing if the corresponding domain (e.g.,
CopyC#
example.com
) has been set up for Easy DKIM using the AWS Console or the
CopyC#
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.

Declaration Syntax
C#
public class SetIdentityDkimEnabledRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SetIdentityDkimEnabledRequest()()()()
Initializes a new instance of the SetIdentityDkimEnabledRequest class

DkimEnabled
Gets and sets the property DkimEnabled.

Sets whether DKIM signing is enabled for an identity. Set to

CopyC#
true
to enable DKIM signing for this identity;
CopyC#
false
to disable it.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Identity
Gets and sets the property Identity.

The identity for which DKIM signing should be enabled or disabled.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDkimEnabled(Boolean) Obsolete.
Sets the DkimEnabled property

WithIdentity(String) Obsolete.
Sets the Identity property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 SetIdentityDkimEnabledRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)