AMPscript
Add
Check Content
Remove
Retrieve
Update
Validate
Validate Your Server-Side JavaScript using WSProxy
Retrieves an array of emails based on the specified criteria
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Criteria used to search for email |
This sample code retrieves an array of emails based on the specified criteria:
1var results = Email.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myEmail"});