setSubject
Defines the subject of a mailing in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
subject | String | Subject of the mailing |
Return values
-
Code structure
void setSubject(String sessionId, long mailingId, String subject)
Updated almost 3 years ago
Next