Retrieve
Overview
Retrieves an array of emails based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for email |
Example
This sample code updates the Name and Subject attributes of the email to the specified value:
var myEmail = Email.Init("myEmail");
var status = myEmail.Update({ "Name": "Updated Name", "Subject" : "Updated Email Subject" });