/AWS1/CL_SEBARCHIVEFILTERS¶
A set of filter conditions to include and/or exclude emails.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_include
TYPE /AWS1/CL_SEBARCHIVEFILTERCOND=>TT_ARCHIVEFILTERCONDITIONS
TT_ARCHIVEFILTERCONDITIONS
¶
The filter conditions for emails to include.
it_unless
TYPE /AWS1/CL_SEBARCHIVEFILTERCOND=>TT_ARCHIVEFILTERCONDITIONS
TT_ARCHIVEFILTERCONDITIONS
¶
The filter conditions for emails to exclude.
Queryable Attributes¶
Include¶
The filter conditions for emails to include.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INCLUDE() |
Getter for INCLUDE, with configurable default |
ASK_INCLUDE() |
Getter for INCLUDE w/ exceptions if field has no value |
HAS_INCLUDE() |
Determine if INCLUDE has a value |
Unless¶
The filter conditions for emails to exclude.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNLESS() |
Getter for UNLESS, with configurable default |
ASK_UNLESS() |
Getter for UNLESS w/ exceptions if field has no value |
HAS_UNLESS() |
Determine if UNLESS has a value |