Get Blacklist Reports
sesv2_get_blacklist_reports | R Documentation |
Retrieve a list of the blacklists that your dedicated IP addresses appear on¶
Description¶
Retrieve a list of the blacklists that your dedicated IP addresses appear on.
Usage¶
Arguments¶
BlacklistItemNames
[required] A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon SES or Amazon Pinpoint.
Value¶
A list with the following syntax:
list(
BlacklistReport = list(
list(
list(
RblName = "string",
ListingTime = as.POSIXct(
"2015-01-01"
),
Description = "string"
)
)
)
)