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.

Represents the verification attributes of a single identity.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmail.Model.IdentityVerificationAttributes

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

Syntax

C#
public class IdentityVerificationAttributes

The IdentityVerificationAttributes type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property VerificationStatus Amazon.SimpleEmail.VerificationStatus

Gets and sets the property VerificationStatus.

The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Public Property VerificationToken System.String

Gets and sets the property VerificationToken.

The verification token for a domain identity. Null for email address identities.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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