EMDocumentsCreateEmailCampaign Method
|
Alterian Email Manager 6.2.3 SDK Help File
Creates an EM Email Campaign Document and its underlying DM Creative.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int CreateEmailCampaign(
DMToken token,
string campaignName,
string description,
int folderID
)
Public Shared Function CreateEmailCampaign (
token As DMToken,
campaignName As String,
description As String,
folderID As Integer
) As Integer
public:
static int CreateEmailCampaign(
DMToken^ token,
String^ campaignName,
String^ description,
int folderID
)
static member CreateEmailCampaign :
token : DMToken *
campaignName : string *
description : string *
folderID : int -> int
DMLibrary.EMDocuments.CreateEmailCampaign = function(token, campaignName, description, 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:
Int32The new Campaign Document's Document Id.
See Also