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 retrieves an array of emails based on the specified criteria:
var results = Email.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myEmail"});