Queries the value of the Maximum number of recipients option in Episerver Campaign.
Type: float
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the mailing |
Return values
Number of recipients or the percentage of recipients that will receive the mailing after it has been started
The percentage is returned as a float from 0 to 1 (1 meaning 100%, see also: isMaxRecipientsPercentage). The return value -1 means All. See also setMaxRecipients.
Code structure
float getMaxRecipients(String sessionId, long mailingId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018