DMVariableType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of variables that can be used in a creative.

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

Syntax
public enum DMVariableType
Members
Member nameValueDescription
DMVT_FROMEMAIL1 1 - From email address.
DMVT_FROMALIAS2 2 - From alias.
DMVT_TOEMAIL3 3 - To email address.
DMVT_TOALIAS4 4 - To alias.
DMVT_REPLYTO5 5 - Reply to address.
DMVT_SUBJECT6 6 - Subject line.
DMVT_STRING7 7 - String type.
DMVT_EMAIL8 8 - Email type.
DMVT_TEXT9 9 - Text type.
DMVT_HTML10 10 - HTML type.
DMVT_DATE11 11 - Date type.
DMVT_NUMERIC12 12 - Numeric type.
See Also