Defines the sending delay for the start of a master mailing after all split mailings have been sent in Episerver Campaign. To deactivate this function, set the values of the days, hours and minutes parametersto 0.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
mailingId |
long |
ID of the master mailing |
days |
int |
Days by which the sending is delayed |
hours |
int |
Hours by which the sending is delayed |
minutes |
int |
Minutes by which the sending is delayed |
Return values
-
Code structure
void setMasterStartDelay(String sessionId, long mailingId, int days, int hours, int minutes)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 25, 2018