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:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static int AddCreativeContentToCampaignSave(
	DMToken token,
	int campaignSaveID,
	int EMCreativeID,
	bool insertUnsubText,
	bool insertMsgOpenAndAttachments,
	EMContent 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: Int32
Campaign Save Item Context Id.
See Also