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

C# |
public bool ForwardingEnabled { get; set; }