DefinitionSend
Overview
Sends email messages to the lists associated with the initialized send definitionSyntax
DefinitionSend(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | object | Required | Date object specifying when send should perform. If you pass no value or a null value, the send performs immediately. |
Examples
This sample code initializes a send definition with an external key of myESD and performs a send:
var esd = Send.Definition.Init('myESD');
var status = esd.Send();