DMEventInfo Class

Alterian Email Manager 6.2.3 SDK Help File
Event information
Inheritance Hierarchy
SystemObject
  DMLibraryDMEventInfo

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

Syntax
public class DMEventInfo

The DMEventInfo type exposes the following members.

Constructors
NameDescription
Public methodDMEventInfo
Initializes a new instance of the DMEventInfo class
Top
Fields
NameDescription
Public fieldAutoNamed
This event was assigned a name.
Public fieldCreated
Date this event was created.
Public fieldDisable
This event should disable the recipient for whom it's logged.
Public fieldHasValue
This event is created/logged via logvalue.
Public fieldHealth
Event health delta - the value added to an email address's health when this event occurs.
Public fieldID
ID of this event.
Public fieldModified
Date this event was last modified.
Public fieldName
Name of this event.
Public fieldShared
This event is shared.
Public fieldSystem
This event is a system event (usually when ID is less than 100).
Public fieldURL
If this event was used to track a link, this is the URL. If the event was used to track two or more different links URL is blank.
Public fieldUserDefined
This event is created by a user.
Top
See Also