Data object: mailing
The mailing object can also be accessed in the data-script object. From a mailing object you can access its properties, but not edit them.
Available properties
- ID: The ID of the emailing. (Read-only)
- subject: The subject of the emailing. (Read-only)
- data: See the documentation on the data object
Example
The following example in javascript can be used to access a subject of a mailing.
var mySubject = mailing.subject;