Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In

setRecipientListIds

Defines the IDs of the recipient lists to be used for a mailing in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing
recipientListIdslong[ ]IDs of the recipient lists

Return values

  • Code structure

    void setRecipientListIds(String sessionId, long mailingId, long[] recipientListIds)
    

What’s Next