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 PutConfigurationSetDeliveryOptions operation. Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.

Inheritance Hierarchy

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

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

Syntax

C#
public class PutConfigurationSetDeliveryOptionsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The PutConfigurationSetDeliveryOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

The name of the configuration set to associate with a dedicated IP pool.

Public Property MaxDeliverySeconds System.Int64

Gets and sets the property MaxDeliverySeconds.

The maximum amount of time, in seconds, that Amazon SES API v2 will attempt delivery of email. If specified, the value must greater than or equal to 300 seconds (5 minutes) and less than or equal to 50400 seconds (840 minutes).

Public Property SendingPoolName System.String

Gets and sets the property SendingPoolName.

The name of the dedicated IP pool to associate with the configuration set.

Public Property TlsPolicy Amazon.SimpleEmailV2.TlsPolicy

Gets and sets the property TlsPolicy.

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

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