Queries whether a recipient is contained in an unsubscribe list in Episerver Campaign.
Type: boolean
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
Session ID |
recipientId |
String |
Recipient ID |
Return values
- true: Recipient is found on at least one unsubscribe list
- false: Recipient is not found on any unsubscribe list
Note: Usually, only one client-wide unsubscribe list exists.
Code structure
boolean contains(String sessionId, String recipientId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018