DefinitionSend

Overview 

Sends email messages to the lists associated with the initialized send definition

Syntax 

DefinitionSend(1)

Function Properties 

OrdinalTypeDescription
1objectRequiredDate 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:

1var esd = Send.Definition.Init('myESD');
2var status = esd.Send();