DMSystemVariable Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of system defined variables.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMSystemVariable
Public Enumeration DMSystemVariable
public enum class DMSystemVariable
DMLibrary.DMSystemVariable = function();
DMLibrary.DMSystemVariable.createEnum('DMLibrary.DMSystemVariable', false);
Members | Member name | Value | Description |
---|
| DMSV_FROMEMAIL | 1 | The from email address of a message. |
| DMSV_FROMALIAS | 2 | The from alias of a message. |
| DMSV_TOEMAIL | 3 | The to email address of a message. |
| DMSV_TOALIAS | 4 | The to alias of a message. |
| DMSV_REPLYTO | 5 | The reply to email address of a message. |
| DMSV_SUBJECT | 6 | The subject line of a message. |
| DMSV_RSSTITLE | 7 | The title of an RSS feed. |
| DMSV_RSSSUMMARY | 8 | The summary of an RSS feed. |
| DMSV_USERHEADER | 9 | |
| DMSV_USEROPTOUT | 10 | |
| DMSV_SMSPHONENUMBER | 11 | The phonenumber to send an SMS to. |
| DMSV_SMSKEYWORD | 12 | The keyword end users respond with. |
| DMSV_SMSFIELD | 13 | The field to . |
See Also