Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

areBlacklisted

Queries whether mutiple 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

NameTypeValue
sessionIdStringID of the session
emailAddressesString[ ]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)