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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMVariableType
Public Enumeration DMVariableType
public enum class DMVariableType
DMLibrary.DMVariableType = function();
DMLibrary.DMVariableType.createEnum('DMLibrary.DMVariableType', false);
Members | Member name | Value | Description |
---|
| DMVT_FROMEMAIL | 1 |
1 - From email address.
|
| DMVT_FROMALIAS | 2 |
2 - From alias.
|
| DMVT_TOEMAIL | 3 |
3 - To email address.
|
| DMVT_TOALIAS | 4 |
4 - To alias.
|
| DMVT_REPLYTO | 5 |
5 - Reply to address.
|
| DMVT_SUBJECT | 6 |
6 - Subject line.
|
| DMVT_STRING | 7 |
7 - String type.
|
| DMVT_EMAIL | 8 |
8 - Email type.
|
| DMVT_TEXT | 9 |
9 - Text type.
|
| DMVT_HTML | 10 |
10 - HTML type.
|
| DMVT_DATE | 11 |
11 - Date type.
|
| DMVT_NUMERIC | 12 |
12 - Numeric type.
|
See Also