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 CreateConfigurationSet operation. Create a configuration set. Configuration sets are groups of rules that you can apply to the emails that you send. You apply a configuration set to an email by specifying the name of the configuration set when you call the Amazon SES API v2. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateConfigurationSetRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The CreateConfigurationSetRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ArchivingOptions Amazon.SimpleEmailV2.Model.ArchivingOptions

Gets and sets the property ArchivingOptions.

An object that defines the MailManager archiving options for emails that you send using the configuration set.

Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

Public Property DeliveryOptions Amazon.SimpleEmailV2.Model.DeliveryOptions

Gets and sets the property DeliveryOptions.

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

Public Property ReputationOptions Amazon.SimpleEmailV2.Model.ReputationOptions

Gets and sets the property ReputationOptions.

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

Public Property SendingOptions Amazon.SimpleEmailV2.Model.SendingOptions

Gets and sets the property SendingOptions.

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

Public Property SuppressionOptions Amazon.SimpleEmailV2.Model.SuppressionOptions

Gets and sets the property SuppressionOptions.

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) to associate with the configuration set.

Public Property TrackingOptions Amazon.SimpleEmailV2.Model.TrackingOptions

Gets and sets the property TrackingOptions.

An object that defines the open and click tracking options for emails that you send using the configuration set.

Public Property VdmOptions Amazon.SimpleEmailV2.Model.VdmOptions

Gets and sets the property VdmOptions.

An object that defines the VDM options for emails that you send using the configuration set.

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