DMDeploymentField Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the field associated with deployment objects.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMDeploymentField
Public Enumeration DMDeploymentField
public enum class DMDeploymentField
DMLibrary.DMDeploymentField = function();
DMLibrary.DMDeploymentField.createEnum('DMLibrary.DMDeploymentField', false);
Members | Member name | Value | Description |
---|
| DMDF_CREATIVECATEGORYNAME | 0 |
Field containing the creative category name.
|
| DMDF_CREATIVENAME | 1 |
Field containing the creative name.
|
| DMDF_NAME | 2 |
Field containing the deployment name.
|
| DMDF_LISTNAMES | 3 |
Field containing the the list names.
|
| DMDF_USERNAME | 4 | |
| DMDF_FROMEMAIL | 5 |
Field containing the "from" email address for the deployment.
|
| DMDF_FROMALIAS | 6 |
Field containing the "from" alias for the deployment.
|
| DMDF_TOEMAIL | 7 | |
| DMDF_TOALIAS | 8 | |
| DMDF_REPLYTO | 9 |
Field containing the "reply to" email address for the deployment.
|
| DMDF_SUBJECT | 10 |
Field containing the subject line of the deployment.
|
| DMDF_CREATED | 11 |
Field containing the date and time the deployment was created.
|
| DMDF_MODIFIED | 12 |
Field containg the date and time the deployment was last modified.
|
| DMDF_STARTED | 13 |
Field containing the date and time the deployment was started.
|
| DMDF_FINISHED | 14 |
Field containing the date and time the deployment finished.
|
| DMDF_SCHEDULE | 15 | |
| DMDF_TOTAL | 16 | |
| DMDF_SENT | 17 | |
| DMDF_QUEUED | 18 | |
| DMDF_PERCENTDONE | 19 | |
| DMDF_THROTTLE | 20 | |
| DMDF_STATUS | 21 |
Field containing the current status of the deployment.
|
| DMDF_ID | 22 |
Field containing the deployment ID.
|
| DMDF_LISTTOTAL | 23 | |
| DMDF_RECIPIENTSUPPRESSED | 24 | |
| DMDF_LISTSUPPRESSED | 25 | |
| DMDF_HEALTHSUPPRESSED | 26 | |
| DMDF_EVENTSUPPRESSED | 27 | |
| DMDF_FIELDSUPPRESSED | 28 | |
| DMDF_MAILERSUBMISSIONERROR | 29 | |
| DMDF_DCINFO | 30 | |
| DMDF_RECURRENCESCHEDULE | 31 | |
| DMDF_DUPESUPPRESSED | 32 | |
See Also