EMContentSaveItem Class

Alterian Email Manager 6.2.3 SDK Help File
Represents an HTML or Text content change in a Creative.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class EMContentSaveItem : EMCampaignSaveItem

The EMContentSaveItem type exposes the following members.

Constructors
NameDescription
Public methodEMContentSaveItem
Constructor.
Top
Properties
NameDescription
Public propertyCampaignID
The Campaign Id of the Campaign being saved.
(Inherited from EMCampaignSaveItem.)
Public propertyContent
The actual content that has changed.
Public propertyEMCreativeID
The EM Creative Id for the Creative containing the changed Content.
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 propertyType
The Type of Item being saved.
(Inherited from EMCampaignSaveItem.)
Top
Methods
NameDescription
Public methodSave
Saves the Changes in this item.
(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