EMCreative Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy

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

Syntax
public class EMCreative : EMDocument

The EMCreative type exposes the following members.

Constructors
NameDescription
Public methodEMCreative
Initializes a new instance of the EMCreative class
Public methodEMCreative(EMDocument)
Initializes a new instance of the EMCreative class
Top
Properties
NameDescription
Public propertyContainsHTML
Indicates whether the containing document contains HTML
Public propertyContainsText
Indicates whether the containing document contains Text
Public propertyCreatedBy
The user that created this document.
(Inherited from EMDocument.)
Public propertyCreatedDate
The date this document was created.
(Inherited from EMDocument.)
Public propertyDescription
Summary description of the document.
(Inherited from EMDocument.)
Public propertyFolderID
The ID of the folder the document is contained in if the Document is contained in a folder.
(Inherited from EMDocument.)
Public propertyFolderPath
The entire folder path where the document is located.
(Inherited from EMDocument.)
Public propertyHasThumbnail
A flag specifying if a thumbnail exists for this document.
(Inherited from EMDocument.)
Public propertyHtmlEncoding
encoding for the creative document
Public propertyHtmlTemplateId
The HTML Template Id for the document.
Public propertyID
The ID of the document.
(Inherited from EMDocument.)
Public propertyLastActivityBy
Which user performed last activity on the document.
(Inherited from EMDocument.)
Public propertyLastActivityDate
The last time any activity performed on the document.
(Inherited from EMDocument.)
Public propertyLastActivityType
How the document was last modified.
(Inherited from EMDocument.)
Public propertyLastModifiedBy
Which user last modified the document.
(Inherited from EMDocument.)
Public propertyLastModifiedDate
The last time the document was modified.
(Inherited from EMDocument.)
Public propertyName
The document's name.
(Inherited from EMDocument.)
Public propertySnippetOn
Gets and sets snippet on
Public propertySourceID (Inherited from EMDocument.)
Public propertyTextEncoding
Public propertyTextTemplateId
The Text Template Id for the document.
Public propertyThumbnailPath
The Url path to the thumbnail, if a thumbnail exists.
(Inherited from EMDocument.)
Public propertyType
The type of document.
(Inherited from EMDocument.)
Public propertyUsedBy
A collection of EMDocument objects representing the containers that contain this creative document.
Public propertyUseSameEncoding
Top
See Also