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

setAttachmentIds

Defines the IDs for one or more attachments of a mailing in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
mailingIdlongID of the mailing
attachmentIdslong[ ]IDs of the attachments

Return values

  • Code structure

    void setAttachmentIds(String sessionId, long mailingId, long[] attachmentIds)