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