EMAttachment Class

Alterian Email Manager 6.2.3 SDK Help File
This class represents a list in Email Manager and adds parameters for the full folder path and the name of the Key to the existing DMList class.
Inheritance Hierarchy

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

Syntax
public class EMAttachment : DMAttachment

The EMAttachment type exposes the following members.

Constructors
NameDescription
Public methodEMAttachment
Initializes a new instance of the EMAttachment class
Top
Properties
NameDescription
Public propertyFileExtension
File Extension
Public propertyThumbnailPath
Top
Methods
Fields
NameDescription
Public fieldAddedBy
The user name.
Public fieldCreated
Date attachment created
(Inherited from DMAttachment.)
Public fieldDeployAccess
Indicates whether or not you have access to use this attachment in a deployment
(Inherited from DMAttachment.)
Public fieldDescription
Attachment description
(Inherited from DMAttachment.)
Public fieldDownloadEventID
ID of event logged when this attachment is downloaded
(Inherited from DMAttachment.)
Public fieldFileName
Filename of attachment
(Inherited from DMAttachment.)
Public fieldID
ID of attachment
(Inherited from DMAttachment.)
Public fieldMessageID
Attachment preview URL. Append this message id to the image base path to download/preview the attachment.
(Inherited from DMAttachment.)
Public fieldModified
Date attachment modified
(Inherited from DMAttachment.)
Public fieldModifyAccess
Indicates whether or not you have access to modify this attachment
(Inherited from DMAttachment.)
Public fieldSize
The size of the file in bytes.
Top
See Also