DMAttachment Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a file available to be attached to a deployment.
Inheritance Hierarchy

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

Syntax
[SerializableAttribute]
public class DMAttachment

The DMAttachment type exposes the following members.

Fields
NameDescription
Public fieldCreated
Date attachment created
Public fieldDeployAccess
Indicates whether or not you have access to use this attachment in a deployment
Public fieldDescription
Attachment description
Public fieldDownloadEventID
ID of event logged when this attachment is downloaded
Public fieldFileName
Filename of attachment
Public fieldID
ID of attachment
Public fieldMessageID
Attachment preview URL. Append this message id to the image base path to download/preview the attachment.
Public fieldModified
Date attachment modified
Public fieldModifyAccess
Indicates whether or not you have access to modify this attachment
Top
See Also