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.

Container for the parameters to the PutAccountDetails operation. Update your Amazon SES account details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SimpleEmailV2.AmazonSimpleEmailServiceV2Request
      Amazon.SimpleEmailV2.Model.PutAccountDetailsRequest

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

Syntax

C#
public class PutAccountDetailsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The PutAccountDetailsRequest type exposes the following members

Constructors

NameDescription
Public Method PutAccountDetailsRequest()

Properties

NameTypeDescription
Public Property AdditionalContactEmailAddresses System.Collections.Generic.List<System.String>

Gets and sets the property AdditionalContactEmailAddresses.

Additional email addresses that you would like to be notified regarding Amazon SES matters.

Public Property ContactLanguage Amazon.SimpleEmailV2.ContactLanguage

Gets and sets the property ContactLanguage.

The language you would prefer to be contacted with.

Public Property MailType Amazon.SimpleEmailV2.MailType

Gets and sets the property MailType.

The type of email your account will send.

Public Property ProductionAccessEnabled System.Boolean

Gets and sets the property ProductionAccessEnabled.

Indicates whether or not your account should have production access in the current Amazon Web Services Region.

If the value is false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.

If the value is true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.

Public Property UseCaseDescription System.String

Gets and sets the property UseCaseDescription.

A description of the types of email that you plan to send.

Public Property WebsiteURL System.String

Gets and sets the property WebsiteURL.

The URL of your website. This information helps us better understand the type of content that you plan to send.

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