EMDocument Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a Document in Email Manager.
Inheritance Hierarchy

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

Syntax
public class EMDocument

The EMDocument type exposes the following members.

Constructors
NameDescription
Public methodEMDocument
Default Constructor.
Public methodEMDocument(EMDocument)
Initializes a new instance of the EMDocument class
Top
Properties
NameDescription
Public propertyCreatedBy
The user that created this document.
Public propertyCreatedDate
The date this document was created.
Public propertyDescription
Summary description of the document.
Public propertyFolderID
The ID of the folder the document is contained in if the Document is contained in a folder.
Public propertyFolderPath
The entire folder path where the document is located.
Public propertyHasThumbnail
A flag specifying if a thumbnail exists for this document.
Public propertyID
The ID of the document.
Public propertyLastActivityBy
Which user performed last activity on the document.
Public propertyLastActivityDate
The last time any activity performed on the document.
Public propertyLastActivityType
How the document was last modified.
Public propertyLastModifiedBy
Which user last modified the document.
Public propertyLastModifiedDate
The last time the document was modified.
Public propertyName
The document's name.
Public propertySourceID
Public propertyThumbnailPath
The Url path to the thumbnail, if a thumbnail exists.
Public propertyType
The type of document.
Top
See Also