Skip to main content

ISESV2SendBulkEmailResponse

Interface in AWS.SESV2

Interface for SendBulkEmail responses.

Ancestors

Properties

BulkEmailEntryResults

property BulkEmailEntryResults: TList<ISESV2BulkEmailEntryResult>

Type: ISESV2BulkEmailEntryResult

The results of the bulk email sending operation for each intended recipient.

This list contains one result object for each bulk email entry that was processed, providing the status, message ID, or error information for each individual email in the bulk sending operation. Each result indicates whether the email was successfully queued for delivery, rejected due to validation errors, or failed for other reasons. Successful entries include a unique message ID for tracking purposes. Check each response object and retry any messages with a failure status to ensure complete delivery of your bulk email campaign. The results are returned in the same order as the bulk email entries in the request.