/AWS1/CL_SE2=>LISTSUPPRESSEDDESTINATIONS()
¶
About ListSuppressedDestinations¶
Retrieves a list of email addresses that are on the suppression list for your account.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IT_REASONS
TYPE /AWS1/CL_SE2SUPIONLISTRSNS_W=>TT_SUPPRESSIONLISTREASONS
TT_SUPPRESSIONLISTREASONS
¶
The factors that caused the email address to be added to .
IV_STARTDATE
TYPE /AWS1/SE2TIMESTAMP
/AWS1/SE2TIMESTAMP
¶
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.
IV_ENDDATE
TYPE /AWS1/SE2TIMESTAMP
/AWS1/SE2TIMESTAMP
¶
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.
IV_NEXTTOKEN
TYPE /AWS1/SE2NEXTTOKEN
/AWS1/SE2NEXTTOKEN
¶
A token returned from a previous call to
ListSuppressedDestinations
to indicate the position in the list of suppressed email addresses.
IV_PAGESIZE
TYPE /AWS1/SE2MAXITEMS
/AWS1/SE2MAXITEMS
¶
The number of results to show in a single call to
ListSuppressedDestinations
. If the number of results is larger than the number you specified in this parameter, then the response includes aNextToken
element, which you can use to obtain additional results.