Class CfnMailManagerRuleSet.ReplaceRecipientActionProperty
This action replaces the email envelope recipients with the given list of recipients.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMailManagerRuleSet.ReplaceRecipientActionProperty : CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Syntax (vb)
Public Class CfnMailManagerRuleSet.ReplaceRecipientActionProperty Implements CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Remarks
If the condition of this action applies only to a subset of recipients, only those recipients are replaced with the recipients specified in the action. The message contents and headers are unaffected by this action, only the envelope recipients are updated.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var replaceRecipientActionProperty = new ReplaceRecipientActionProperty {
ReplaceWith = new [] { "replaceWith" }
};
Synopsis
Constructors
ReplaceRecipientActionProperty() | This action replaces the email envelope recipients with the given list of recipients. |
Properties
ReplaceWith | This action specifies the replacement recipient email addresses to insert. |
Constructors
ReplaceRecipientActionProperty()
This action replaces the email envelope recipients with the given list of recipients.
public ReplaceRecipientActionProperty()
Remarks
If the condition of this action applies only to a subset of recipients, only those recipients are replaced with the recipients specified in the action. The message contents and headers are unaffected by this action, only the envelope recipients are updated.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var replaceRecipientActionProperty = new ReplaceRecipientActionProperty {
ReplaceWith = new [] { "replaceWith" }
};
Properties
ReplaceWith
This action specifies the replacement recipient email addresses to insert.
public string[]? ReplaceWith { get; set; }
Property Value
string[]