Retrieve

Overview 

Retrieves an array of emails based on the specified criteria

Syntax 

Retrieve(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredCriteria used to search for email

Example 

This sample code retrieves an array of emails based on the specified criteria:

1var results = Email.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myEmail"});