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