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.
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class PutConfigurationSetArchivingOptionsRequest : AmazonSimpleEmailServiceV2Request IAmazonWebServiceRequest
The PutConfigurationSetArchivingOptionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
PutConfigurationSetArchivingOptionsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
ConfigurationSetName | System.String |
Gets and sets the property ConfigurationSetName. The name of the configuration set to associate with a MailManager archive. |
This example associates an archive arn with a configuration set.
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" });
.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