EMDocumentsCreateEmailCampaign Method

Alterian Email Manager 6.2.3 SDK Help File
Creates an EM Email Campaign Document and its underlying DM Creative.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static int CreateEmailCampaign(
	DMToken token,
	string campaignName,
	string description,
	int folderID
)

Parameters

token
Type: DMToken
Authentication Token.
campaignName
Type: SystemString
Name of the new Campaign.
description
Type: SystemString
Description of the new Campaign.
folderID
Type: SystemInt32
The Id of the folder/category that contains the Campaign.

Return Value

Type: Int32
The new Campaign Document's Document Id.
See Also