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 PutConfigurationSetArchivingOptions operation. Associate the configuration set with a MailManager archive. When you send email using the SendEmail or SendBulkEmail operations the message as it will be given to the receiving SMTP server will be archived, along with the recipient information.

Inheritance Hierarchy

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

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

Syntax

C#
public class PutConfigurationSetArchivingOptionsRequest : AmazonSimpleEmailServiceV2Request
         IAmazonWebServiceRequest

The PutConfigurationSetArchivingOptionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ArchiveArn System.String

Gets and sets the property ArchiveArn.

The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to.

Public Property ConfigurationSetName System.String

Gets and sets the property ConfigurationSetName.

The name of the configuration set to associate with a MailManager archive.

Examples

This example associates an archive arn with a configuration set.

Used to associate an MailManager archive with a ConfigurationSet.


var client = new AmazonSimpleEmailServiceV2Client();
var response = client.PutConfigurationSetArchivingOptions(new PutConfigurationSetArchivingOptionsRequest 
{
    ArchiveArn = "arn:aws:ses:us-west-2:123456789012:mailmanager-archive/a-abcdefghijklmnopqrstuvwxyz",
    ConfigurationSetName = "sample-configuration-name"
});


            

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