DMBulkSystemEvent Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Enumeration for all bulk events
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMBulkSystemEvent
Public Enumeration DMBulkSystemEvent
public enum class DMBulkSystemEvent
DMLibrary.DMBulkSystemEvent = function();
DMLibrary.DMBulkSystemEvent.createEnum('DMLibrary.DMBulkSystemEvent', false);
Members | Member name | Value | Description |
---|
| DMSE_MAILSUBMITTED | 1 | The mail has been submitted for delivery. |
| DMSE_HARDBOUNCE | 3 | |
| DMSE_SOFTBOUNCE | 4 | Mail could not be delivered. |
| DMSE_AUTOREPLY | 5 | |
| DMSE_SOFTUNSUB | 6 | |
| DMSE_SPAMBOUNCE | 10 | |
| DMSE_COMPLAINT | 11 | Any complaint, combines DMSE_LOCAL_COMPLAINT and DMSE_REMOTE_COMPLAINT |
| DMSE_HARDUNSUB | 12 | |
| DMSE_RSSUPDATE | 15 | |
| DMSE_MAILBOXFULL | 16 | Message could not be delivered because the mailbox for the recipient is full. |
| 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_REMOTE_COMPLAINT | 35 |
This is the same as pre-5.4 DMSE_COMPLAINT
|
| DMSE_DUPE_SUPPRESS | 36 | |
| DMSE_SMSSENT | 38 | |
| DMSE_SMSERROR | 39 | |
See Also