EMDocumentsAddCreativeContentToCampaignSave Method
|
Alterian Email Manager 6.2.3 SDK Help File
Add a task to a transactional Campaign Save to update or add HTML or Text Content to a Creative.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static int AddCreativeContentToCampaignSave(
DMToken token,
int campaignSaveID,
int EMCreativeID,
bool insertUnsubText,
bool insertMsgOpenAndAttachments,
EMContent content
)
Public Shared Function AddCreativeContentToCampaignSave (
token As DMToken,
campaignSaveID As Integer,
EMCreativeID As Integer,
insertUnsubText As Boolean,
insertMsgOpenAndAttachments As Boolean,
content As EMContent
) As Integer
public:
static int AddCreativeContentToCampaignSave(
DMToken^ token,
int campaignSaveID,
int EMCreativeID,
bool insertUnsubText,
bool insertMsgOpenAndAttachments,
EMContent^ content
)
static member AddCreativeContentToCampaignSave :
token : DMToken *
campaignSaveID : int *
EMCreativeID : int *
insertUnsubText : bool *
insertMsgOpenAndAttachments : bool *
content : EMContent -> int
DMLibrary.EMDocuments.AddCreativeContentToCampaignSave = function(token, campaignSaveID, EMCreativeID, insertUnsubText, insertMsgOpenAndAttachments, content);
Parameters
- token
- Type: DMToken
Authentication Token. - campaignSaveID
- Type: SystemInt32
Campaign Save Context Id. - EMCreativeID
- Type: SystemInt32
Creative Id of the Creative to receive the Content. - insertUnsubText
- Type: SystemBoolean
Insert Unsubscribe Text Flag. - insertMsgOpenAndAttachments
- Type: SystemBoolean
Insert MessageOpen and Attachments - content
- Type: DMLibraryEMContent
The HTML or Text Content.
Return Value
Type:
Int32Campaign Save Item Context Id.
See Also