Alterian Email Manager 6.2.3 SDK Help File
A light-weight class representing an attachment for the send a message library.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMSAMAttachment
Public Class DMSAMAttachment
public ref class DMSAMAttachment
type DMSAMAttachment = class end
DMLibrary.DMSAMAttachment = function();
Type.createClass(
'DMLibrary.DMSAMAttachment');
The DMSAMAttachment type exposes the following members.
Fields | Name | Description |
---|
 | Description | Description of the attachment. |
 | FileName | Filename of the attachment. |
 | ID | ID of the attachment. |
 | MessageID | Attachment preview URL. Append this message id to the image base path to download/preview the attachment. |
Top
See Also