Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

removeBounced

Deletes all recipients who created bounces in Optimizely Campaign.

By default, the media type EMAIL is used. Use the setMediaType method to select another media type such as SMS.

Type: int

Parameters

NameTypeValue
sessionIdStringID of the session
recipientListIdlongID of the recipient list

Return values

Number of recipients that have been deleted

Code structure

int removeBounced(String sessionId, long recipientListId)