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.

Details about an email identity.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleEmailV2.Model.GetEmailIdentityResponse

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

Syntax

C#
public class GetEmailIdentityResponse : AmazonWebServiceResponse

The GetEmailIdentityResponse type exposes the following members

Constructors

NameDescription
Public Method GetEmailIdentityResponse()

Properties

NameTypeDescription
Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

The configuration set used by default when sending from this identity.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DkimAttributes Amazon.SimpleEmailV2.Model.DkimAttributes

Gets and sets the property DkimAttributes.

An object that contains information about the DKIM attributes for the identity.

Public Property FeedbackForwardingStatus System.Boolean

Gets and sets the property FeedbackForwardingStatus.

The feedback forwarding configuration for the identity.

If the value is true, you receive email notifications when bounce or complaint events occur. These notifications are sent to the address that you specified in the Return-Path header of the original email.

You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IdentityType Amazon.SimpleEmailV2.IdentityType

Gets and sets the property IdentityType.

The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.

Public Property MailFromAttributes Amazon.SimpleEmailV2.Model.MailFromAttributes

Gets and sets the property MailFromAttributes.

An object that contains information about the Mail-From attributes for the email identity.

Public Property Policies System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Policies.

A map of policy names to policies.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.List<Amazon.SimpleEmailV2.Model.Tag>

Gets and sets the property Tags.

An array of objects that define the tags (keys and values) that are associated with the email identity.

Public Property VerificationInfo Amazon.SimpleEmailV2.Model.VerificationInfo

Gets and sets the property VerificationInfo.

An object that contains additional information about the verification status for the identity.

Public Property VerificationStatus Amazon.SimpleEmailV2.VerificationStatus

Gets and sets the property VerificationStatus.

The verification status of the identity. The status can be one of the following:

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.

  • SUCCESS – The verification process completed successfully.

  • FAILED – The verification process failed.

  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity.

  • NOT_STARTED – The verification process hasn't been initiated for the identity.

Public Property VerifiedForSendingStatus System.Boolean

Gets and sets the property VerifiedForSendingStatus.

Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5