areBlacklisted
Queries whether multiple email addresses are blocked in Optimizely Campaign.
This method considers both exact matches (e.g., "[email protected]"), as well as wildcards (e.g., "*@example.com"). See also isBlacklisted.
Type: boolean[ ]
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| emailAddresses | String[ ] | Email addresses to be queried |
Return values
For each entry:
- true: Email address is contained in the blocklist
- false: Email address is not contained in the blocklist
Code structure
boolean[] areBlacklisted(String sessionId, String[] emailAddresses)Updated about 2 months ago
Next