Class CfnMailManagerRuleSet.ReplaceRecipientActionProperty
This action replaces the email envelope recipients with the given list of recipients.
Inheritance
System.Object
CfnMailManagerRuleSet.ReplaceRecipientActionProperty
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReplaceRecipientActionProperty : Object, CfnMailManagerRuleSet.IReplaceRecipientActionProperty
Syntax (vb)
Public Class ReplaceRecipientActionProperty
Inherits Object
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() |
Properties
ReplaceWith | This action specifies the replacement recipient email addresses to insert. |
Constructors
ReplaceRecipientActionProperty()
public ReplaceRecipientActionProperty()
Properties
ReplaceWith
This action specifies the replacement recipient email addresses to insert.
public string[] ReplaceWith { get; set; }
Property Value
System.String[]