setMaxRecipients
Activates or deactivates the options Maximum number of recipients and Random order, and sets absolute values for them in Optimizely Campaign.
The mailing must be of the type regular.
See also setMaxRecipientsPercentage.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
maxRecipients | int | Maximum number of recipients |
randomOrder | Boolean |
|
Return values: -
Code structure
void setMaxRecipients(String sessionId, long mailingId, int maxRecipients, boolean randomOrder)
Updated 11 days ago