RetrieveLists
Overview
Retrieves information regarding which list or lists targeted by a Send eventSyntax
RetrieveLists()
Example
This sample code demonstrates how to retrieve this information for an individual send event using the SendID:
var filter = { Property : "SendID", SimpleOperator : "equals", Value : 12345 };
var listsSentTo = Send.RetrieveLists(filter);