EMNewCreativeSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a task to add a new Creative to a Campaign as part of a Campaign Save.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class EMNewCreativeSaveItem : EMCampaignSaveItem

The EMNewCreativeSaveItem type exposes the following members.

Constructors
NameDescription
Public methodEMNewCreativeSaveItem
Default Constructor
Top
Properties
NameDescription
Public propertyCampaignID
The Campaign Id of the Campaign being saved.
(Inherited from EMCampaignSaveItem.)
Public propertyCreativeMetadata
Metadata to save about the new Creative.
Public propertyEMCreativeType
The Type of the Creative.
Public propertyHTMLContent
HTML Content of the new Creative.
Public propertyInsertMsgOpenAndAttachments
Insert the MessageOpen and Attachments tokens into the content.
Public propertyInsertUnsubText
Insert Unsubscribe Text Flag
Public propertyManifestItem
Summary Status and results.
(Inherited from EMCampaignSaveItem.)
Public propertyTextContent
Text Content of the new Creative.
Public propertyType
The Type of Item being saved.
(Inherited from EMCampaignSaveItem.)
Top
Methods
NameDescription
Public methodSave
Execute the Save process for the Campaign Save item type, adds the new Creative.
(Overrides EMCampaignSaveItemSave(DMToken, SqlConnection, SqlTransaction).)
Public methodSaveAndAddToManifest
Execute the Save process for the Campaign Save item type and logging progress in the manifest.
(Inherited from EMCampaignSaveItem.)
Top
See Also