Skip to main content

ISESV2SuppressionAttributes

Interface in AWS.SESV2

Interface for SuppressionAttributes.

Properties

SuppressedReasons

property SuppressedReasons: TList<string>

The reasons that email addresses will be automatically added to the suppression list.

The suppression list prevents emails from being sent to addresses that have previously generated bounces or complaints, helping maintain your sender reputation and email deliverability. This list can contain any combination of the following suppression reasons:

  • BOUNCE – Addresses are suppressed when messages result in hard bounces, indicating permanent delivery failures.
  • COMPLAINT – Addresses are suppressed when recipients mark messages as spam or junk. When an email address is added to the suppression list for any of these configured reasons, SES will automatically reject future attempts to send emails to that address, preventing repeated delivery failures and protecting your account reputation. You can configure different suppression reasons for individual configuration sets to provide fine-grained control over suppression behavior for different types of email campaigns.