DMEventColumn Class

Alterian Email Manager 6.2.3 SDK Help File
Specifies a column of event data to be exported
Inheritance Hierarchy
SystemObject
  DMLibraryDMEventColumn

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

Syntax
public class DMEventColumn

The DMEventColumn type exposes the following members.

Constructors
NameDescription
Public methodDMEventColumn
Initializes a new instance of the DMEventColumn class
Top
Fields
NameDescription
Public fieldColumnType
Column type
Public fieldFieldID
ID of field when column type is DMEC_FIELD_XXX, otherwise this must be 0. If column type is DMEC_EMAIL_XXX and FieldID is 0 then the email address associated with the event will be used
Public fieldListID
ID of list when the specified field's storage type is DMFS_LIST or DMFS_RECIPIENTLIST. if not specified the list associated with the event will be used
Top
Remarks
Column types for recipient fields are provided for backwards compatibility and convenience. They should only be used with small amounts of data or for testing. For maximum performance and scalability recipient data should be exported separately.
See Also