DMSystemEvent Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing various system defined events.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMSystemEvent
Members
Member nameValueDescription
DMSE_MAILSUBMITTED1The mail has been submitted for delivery.
DMSE_MAILOPEN2The mail has been opened by a recipient.
DMSE_HARDBOUNCE3Mail could not be delivered because the email address does not exist.
DMSE_SOFTBOUNCE4Mail could not be delivered.
DMSE_AUTOREPLY5
DMSE_SOFTUNSUB6
DMSE_UPDATEINFO7User clicked on link to update their information.
DMSE_FLASHBEGIN8
DMSE_FLASHEND9
DMSE_SPAMBOUNCE10Mail could not be delivered because the message was considered spam.
DMSE_COMPLAINT11Any complaint, combines DMSE_LOCAL_COMPLAINT and DMSE_REMOTE_COMPLAINT
DMSE_HARDUNSUB12
DMSE_RSSFEED13
DMSE_RSSOPTIN14
DMSE_RSSUPDATE15
DMSE_MAILBOXFULL16Message could not be delivered because the mailbox for the recipient is full.
DMSE_LANDINGPAGE17
DMSE_OPENTIMER18
DMSE_MAILERERROR19
DMSE_MAILSENT20The mail has been sent.
DMSE_RECIP_SUPP21
DMSE_EVENT_SUPP22
DMSE_FIELD_SUPP23
DMSE_LIST_SUPP24
DMSE_HEALTH_SUPP25
DMSE_REMOTE_HARDBOUNCE26
DMSE_REMOTE_SOFTBOUNCE27
DMSE_REMOTE_SPAMBOUNCE28
DMSE_REMOTE_MAILBOXFULL29
DMSE_LOCAL_HARDBOUNCE30
DMSE_LOCAL_SOFTBOUNCE31
DMSE_LOCAL_SPAMBOUNCE32
DMSE_LOCAL_MAILBOXFULL33
DMSE_LOCAL_COMPLAINT34
DMSE_REMOTE_COMPLAINT35 This is the same as pre-5.4 DMSE_COMPLAINT
DMSE_DUPE_SUPPRESS36
DMSE_REPLY37
DMSE_SMSSENT38
DMSE_SMSERROR39
DMSE_SMSREPLY40
DMSE_BARCODE41
DMSE_ANYUSERDEFINED50
DMSE_ANYVIEWLINK51A recipient followed any link in the mail.
DMSE_ANYFORWARD52
DMSE_ANYDOWNLOAD53
DMSE_ANYCLICK54
DMSE_ANYBOUNCE55The mail could not be delivered for any reason.
DMSE_ANYUNSUB56The recipient was unsubscribed in any method.
DMSE_MESSAGESENT57
DMSE_MESSAGEOPEN58
DMSE_ANYPURCHASE59
DMSE_ANYSUPPRESSED60
DMSE_ANYLOCALBOUNCE61
DMSE_ANYREMOTEBOUNCE62
DMSE_RESERVED_166
DMSE_RESERVED_267
DMSE_RESERVED_368
DMSE_RESERVED_474
DMSE_RESERVED_575
DMSE_RESERVED_691
See Also