Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

setMasterStartDelay

Defines the sending delay for the start of a master mailing after all split mailings have been sent in Optimizely Campaign.

To deactivate this function, set the values of the days, hours and minutes parameters to 0.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the master mailing
daysintDays by which the sending is delayed
hoursintHours by which the sending is delayed
minutesintMinutes by which the sending is delayed

Return values

  • Code structure

    void setMasterStartDelay(String sessionId, long mailingId, int days, int hours, int minutes)