DMSingleSystemEvent Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Enumeration for all single events
An enumeration describing various system defined events.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMSingleSystemEvent
Public Enumeration DMSingleSystemEvent
public enum class DMSingleSystemEvent
DMLibrary.DMSingleSystemEvent = function();
DMLibrary.DMSingleSystemEvent.createEnum('DMLibrary.DMSingleSystemEvent', false);
Members | Member name | Value | Description |
---|
| DMSE_MAILOPEN | 2 | The mail has been opened by a recipient. |
| DMSE_UPDATEINFO | 7 | Mail could not be delivered because the email address does not exist. |
| DMSE_FLASHBEGIN | 8 | |
| DMSE_FLASHEND | 9 | |
| DMSE_RSSFEED | 13 | Mail could not be delivered because the message was considered spam. |
| DMSE_RSSOPTIN | 14 | |
| DMSE_LANDINGPAGE | 17 | |
| DMSE_OPENTIMER | 18 | |
| DMSE_LOCAL_COMPLAINT | 34 | |
| DMSE_REPLY | 37 | |
| DMSE_SMSREPLY | 40 | |
| DMSE_ANYUSERDEFINED | 50 | |
| DMSE_ANYVIEWLINK | 51 | A recipient followed any link in the mail. |
| DMSE_ANYFORWARD | 52 | |
| DMSE_ANYDOWNLOAD | 53 | |
| DMSE_ANYCLICK | 54 | |
| DMSE_ANYBOUNCE | 55 | The mail could not be delivered for any reason. |
| DMSE_ANYUNSUB | 56 | The recipient was unsubscribed in any method. |
| DMSE_MESSAGESENT | 57 | |
| DMSE_MESSAGEOPEN | 58 | |
| DMSE_ANYPURCHASE | 59 | |
| DMSE_ANYSUPPRESSED | 60 | |
| DMSE_ANYLOCALBOUNCE | 61 | |
| DMSE_ANYREMOTEBOUNCE | 62 | |
| DMSE_RESERVED_1 | 66 | |
| DMSE_RESERVED_2 | 67 | |
| DMSE_RESERVED_3 | 68 | |
| DMSE_RESERVED_4 | 74 | |
| DMSE_RESERVED_5 | 75 | |
| DMSE_RESERVED_6 | 91 | |
See Also