setMimeType
Defines the MIME type of a mailing in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
mimeType | String | MIME type of the mailing (text/plain, text/html, multipart/alternative) |
Return values
-
Code structure
void setMimeType(String sessionId, long mailingId, String mimeType)
Updated almost 3 years ago
Next