Alterian Email Manager 6.2.3 SDK Help File Specifies a column of event data to be exported
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMEventColumn
Public Class DMEventColumn
public ref class DMEventColumn
type DMEventColumn = class end
DMLibrary.DMEventColumn = function();
Type.createClass(
'DMLibrary.DMEventColumn');
The DMEventColumn type exposes the following members.
Constructors | Name | Description |
---|
 | DMEventColumn | Initializes a new instance of the DMEventColumn class |
Top
Fields | Name | Description |
---|
 | ColumnType | Column type |
 | FieldID | 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 |
 | ListID | 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