Skip to content

/AWS1/CL_SES=>SETIDHEADERSINNOTIFSENABLED()

About SetIdentityHeadersInNotificationsEnabled

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.

You can execute this operation no more than once per second.

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

Method Signature

IMPORTING

Required arguments:

IV_IDENTITY TYPE /AWS1/SESIDENTITY /AWS1/SESIDENTITY

The identity for which to enable or disable headers in notifications. Examples: user@example.com, example.com.

IV_NOTIFICATIONTYPE TYPE /AWS1/SESNOTIFICATIONTYPE /AWS1/SESNOTIFICATIONTYPE

The notification type for which to enable or disable headers in notifications.

IV_ENABLED TYPE /AWS1/SESENABLED /AWS1/SESENABLED

Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the specified notification type. A value of true specifies that Amazon SES includes headers in notifications, and a value of false specifies that Amazon SES does not include headers in notifications.

This value can only be set when NotificationType is already set to use a particular Amazon SNS topic.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SESSETIDHEADERSINNT01 /AWS1/CL_SESSETIDHEADERSINNT01