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

resume

Resumes a paused mailing in Optimizely Campaign.

The mailing must be of the type regular. All other mailings (event, confirmation, template) cannot be resumed.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

  • Code structure

    void resume(String sessionId, long mailingId)