DefinitionSend

Overview

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

Syntax

DefinitionSend(1)

Function Properties

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();
Last Updated: Jun 8, 2021