AWS SDK for .NET Documentation
ForwardingEnabled Property
AmazonAmazon.SimpleEmail.ModelSetIdentityFeedbackForwardingEnabledRequestForwardingEnabled Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property ForwardingEnabled.

Sets whether Amazon SES will forward feedback notifications as email.

CopyC#
true
specifies that Amazon SES will forward feedback notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.
CopyC#
false
specifies that Amazon SES will publish feedback notifications only through Amazon SNS. This value can only be set to
CopyC#
false
when topics are specified for both
CopyC#
Bounce
and
CopyC#
Complaint
topic types.

Declaration Syntax
C#
public bool ForwardingEnabled { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)