Activates or deactivates the options Maximum number of recipients and Random order and sets absolute percentaged values for them (a float from 0 to 1) in Episerver Campaign. The actual number of recipients is calculated when the mailing is started. The mailing must be of the type regular. See also setMaxRecipients and getMaxRecipients.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the mailing |
maxRecipients |
Float |
Maximum number of recipients (float between 0 and 1) |
randomOrder |
boolean |
|
Return values
-
Code structure
void setMaxRecipientsPercentage(String sessionId, long mailingId, float maxRecipientsPercentage, boolean randomOrder)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018