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

setMimeType

Defines the MIME type of an attachment in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
attachmentIdlongID of the attachment
mimeTypeStringCorresponding MIME type of the file

Example: image/gif or text/comma-separated-values

Return values

  • Code structure

    void setMimeType(String sessionId, long attachmentId, String mimeType)