DMEvent Class

Alterian Email Manager 6.2.3 SDK Help File
Represents creative events (eg user click events, deployment events, etc).
Inheritance Hierarchy

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

Syntax
public class DMEvent

The DMEvent type exposes the following members.

Fields
NameDescription
Public fieldAutoNamed
Marks whether the event has been automatically named.
Public fieldCreated
Datetime the event was created.
Public fieldID
Event ID.
Public fieldModified
Datetime the event was modified.
Public fieldName
Event name.
Public fieldNotify
Marks whether the event cues a notification.
Public fieldShared
Marks whether an event can be shared between creatives.
Public fieldSystem
Marks whether an event is a system defined event.
Public fieldURLS
Public fieldUserDefined
Marks whether an event is a user defined event.
Top
See Also