DMSystemEvent Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing various system defined events.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMSystemEvent
Public Enumeration DMSystemEvent
public enum class DMSystemEvent
DMLibrary.DMSystemEvent = function();
DMLibrary.DMSystemEvent.createEnum('DMLibrary.DMSystemEvent', false);
Members | Member name | Value | Description |
---|
| DMSE_MAILSUBMITTED | 1 | The mail has been submitted for delivery. |
| DMSE_MAILOPEN | 2 | The mail has been opened by a recipient. |
| DMSE_HARDBOUNCE | 3 | Mail could not be delivered because the email address does not exist. |
| DMSE_SOFTBOUNCE | 4 | Mail could not be delivered. |
| DMSE_AUTOREPLY | 5 | |
| DMSE_SOFTUNSUB | 6 | |
| DMSE_UPDATEINFO | 7 | User clicked on link to update their information. |
| DMSE_FLASHBEGIN | 8 | |
| DMSE_FLASHEND | 9 | |
| DMSE_SPAMBOUNCE | 10 | Mail could not be delivered because the message was considered spam. |
| DMSE_COMPLAINT | 11 | Any complaint, combines DMSE_LOCAL_COMPLAINT and DMSE_REMOTE_COMPLAINT |
| DMSE_HARDUNSUB | 12 | |
| DMSE_RSSFEED | 13 | |
| DMSE_RSSOPTIN | 14 | |
| DMSE_RSSUPDATE | 15 | |
| DMSE_MAILBOXFULL | 16 | Message could not be delivered because the mailbox for the recipient is full. |
| DMSE_LANDINGPAGE | 17 | |
| DMSE_OPENTIMER | 18 | |
| DMSE_MAILERERROR | 19 | |
| DMSE_MAILSENT | 20 | The mail has been sent. |
| DMSE_RECIP_SUPP | 21 | |
| DMSE_EVENT_SUPP | 22 | |
| DMSE_FIELD_SUPP | 23 | |
| DMSE_LIST_SUPP | 24 | |
| DMSE_HEALTH_SUPP | 25 | |
| DMSE_REMOTE_HARDBOUNCE | 26 | |
| DMSE_REMOTE_SOFTBOUNCE | 27 | |
| DMSE_REMOTE_SPAMBOUNCE | 28 | |
| DMSE_REMOTE_MAILBOXFULL | 29 | |
| DMSE_LOCAL_HARDBOUNCE | 30 | |
| DMSE_LOCAL_SOFTBOUNCE | 31 | |
| DMSE_LOCAL_SPAMBOUNCE | 32 | |
| DMSE_LOCAL_MAILBOXFULL | 33 | |
| DMSE_LOCAL_COMPLAINT | 34 | |
| DMSE_REMOTE_COMPLAINT | 35 |
This is the same as pre-5.4 DMSE_COMPLAINT
|
| DMSE_DUPE_SUPPRESS | 36 | |
| DMSE_REPLY | 37 | |
| DMSE_SMSSENT | 38 | |
| DMSE_SMSERROR | 39 | |
| DMSE_SMSREPLY | 40 | |
| DMSE_BARCODE | 41 | |
| 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