Skip to content

/AWS1/CL_SE2SUPPRESSEDDST

An object that contains information about an email address that is on the suppression list for your account or for a specific tenant.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_emailaddress TYPE /AWS1/SE2EMAILADDRESS /AWS1/SE2EMAILADDRESS

The email address that is on the suppression list for your account or for a specific tenant.

iv_reason TYPE /AWS1/SE2SUPPRESSIONLISTREASON /AWS1/SE2SUPPRESSIONLISTREASON

The reason that the address was added to the suppression list for your account or for a specific tenant.

iv_lastupdatetime TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP

The date and time when the suppressed destination was last updated, shown in Unix time format.

Optional arguments:

io_attributes TYPE REF TO /AWS1/CL_SE2SUPPRESSEDDSTATTRS /AWS1/CL_SE2SUPPRESSEDDSTATTRS

An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.

iv_tenantname TYPE /AWS1/SE2TENANTNAME /AWS1/SE2TENANTNAME

The name of the tenant that the suppressed destination belongs to. This field is present only when the suppressed destination is on a tenant's suppression list.


Queryable Attributes

EmailAddress

The email address that is on the suppression list for your account or for a specific tenant.

Accessible with the following methods

Method Description
GET_EMAILADDRESS() Getter for EMAILADDRESS, with configurable default
ASK_EMAILADDRESS() Getter for EMAILADDRESS w/ exceptions if field has no value
HAS_EMAILADDRESS() Determine if EMAILADDRESS has a value

Reason

The reason that the address was added to the suppression list for your account or for a specific tenant.

Accessible with the following methods

Method Description
GET_REASON() Getter for REASON, with configurable default
ASK_REASON() Getter for REASON w/ exceptions if field has no value
HAS_REASON() Determine if REASON has a value

LastUpdateTime

The date and time when the suppressed destination was last updated, shown in Unix time format.

Accessible with the following methods

Method Description
GET_LASTUPDATETIME() Getter for LASTUPDATETIME, with configurable default
ASK_LASTUPDATETIME() Getter for LASTUPDATETIME w/ exceptions if field has no valu
HAS_LASTUPDATETIME() Determine if LASTUPDATETIME has a value

Attributes

An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account or for a specific tenant.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES

TenantName

The name of the tenant that the suppressed destination belongs to. This field is present only when the suppressed destination is on a tenant's suppression list.

Accessible with the following methods

Method Description
GET_TENANTNAME() Getter for TENANTNAME, with configurable default
ASK_TENANTNAME() Getter for TENANTNAME w/ exceptions if field has no value
HAS_TENANTNAME() Determine if TENANTNAME has a value