Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
NuGetDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

getSendingFinishedDate

Queries the date at which the sending of a mailing finished in Optimizely Campaign.

If the sending is not finished yet, an exception is thrown.

Type: Date

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing

Return values

Time at which the mailing was started

Code structure

Date getSendingFinishedDate(String sessionId, long mailingId)

Did this page help you?