Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of modules available in DM.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMModuleID
public enum class DMModuleID
DMLibrary.DMModuleID = function();
DMLibrary.DMModuleID.createEnum('DMLibrary.DMModuleID', false);
Members | Member name | Value | Description |
---|
| DMMI_SENDAMESSAGE | 1 | Module for creating deployments. |
| DMMI_LISTMANAGEMENT | 2 | Module for managing recipient and suppression lists. |
| DMMI_CREATIVEBUILDER | 3 | Module for organizing creatives, building templates, and managing variables. |
| DMMI_INBOUNDMANAGEMENT | 4 | |
| DMMI_MYATTACHMENTS | 5 | Module for managing attachments. |
| DMMI_TUTORIAL | 6 | Module for learning how to use DM. |
| DMMI_ACCOUNTDETAILS | 7 | Module for viewing account details. |
| DMMI_USERMANAGER | 8 | Module for managing users. |
| DMMI_QUICKTOTALS | 9 | Module for pulling aggregate reports. |
| DMMI_MESSAGETRACKING | 10 | Module for pulling detailed reports by message sent. |
| DMMI_CAMPAIGNREPORTS | 11 | |
| DMMI_DELIVERYPERFORMANCE | 12 | Module for pulling aggregate delivery performance reports. |
| DMMI_DEPLOYMAN | 19 | Module for managing deployments |
| DMMI_DROPFOLDERMAN | 20 | Module for managing drop folders. |
| DMMI_CLIENTMANAGER | 16 | Sys admin only: Module for adding and modifying client info. |
| DMMI_CLIENTBILLING | 17 | Sys admin only: Module for pulling client use reports. |
| DMMI_CLIENTLOGIN | 18 | Sys admin only: Module for viewing and using user logins. |
| DMMI_VMTAMAN | 21 | Sys admin only: Module for managing VMTAs. |
| DMMI_SKINMAN | 22 | Sys admin only: Module for managing client skins. |
See Also