Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityHeadersInNotificationsEnabled C# (CSharp) Method

SetIdentityHeadersInNotificationsEnabled() public method

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified type.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

public SetIdentityHeadersInNotificationsEnabled ( SetIdentityHeadersInNotificationsEnabledRequest request ) : SetIdentityHeadersInNotificationsEnabledResponse
request SetIdentityHeadersInNotificationsEnabledRequest Container for the necessary parameters to execute the SetIdentityHeadersInNotificationsEnabled service method.
return SetIdentityHeadersInNotificationsEnabledResponse
        public SetIdentityHeadersInNotificationsEnabledResponse SetIdentityHeadersInNotificationsEnabled(SetIdentityHeadersInNotificationsEnabledRequest request)
        {
            var marshaller = new SetIdentityHeadersInNotificationsEnabledRequestMarshaller();
            var unmarshaller = SetIdentityHeadersInNotificationsEnabledResponseUnmarshaller.Instance;

            return Invoke<SetIdentityHeadersInNotificationsEnabledRequest,SetIdentityHeadersInNotificationsEnabledResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient