AWS SDK for .NET Documentation
SetIdentityFeedbackForwardingEnabledRequest Class
AmazonAmazon.SimpleEmail.ModelSetIdentityFeedbackForwardingEnabledRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the SetIdentityFeedbackForwardingEnabled operation. Given an identity (email address or domain), enables or disables whether Amazon SES forwards feedback notifications as email. Feedback forwarding may only be disabled when both complaint and bounce topics are set.

This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SES Developer Guide.

Declaration Syntax
C#
public class SetIdentityFeedbackForwardingEnabledRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SetIdentityFeedbackForwardingEnabledRequest()()()()
Initializes a new instance of the SetIdentityFeedbackForwardingEnabledRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ForwardingEnabled
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.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Identity
Gets and sets the property Identity.

The identity for which to set feedback notification forwarding. Examples:

CopyC#
user@example.com
,
CopyC#
example.com
.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithForwardingEnabled(Boolean) Obsolete.
Sets the ForwardingEnabled property

WithIdentity(String) Obsolete.
Sets the Identity property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 SetIdentityFeedbackForwardingEnabledRequest

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