DMDeploymentField Enumeration

Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the field associated with deployment objects.

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

Syntax
public enum DMDeploymentField
Members
Member nameValueDescription
DMDF_CREATIVECATEGORYNAME0 Field containing the creative category name.
DMDF_CREATIVENAME1 Field containing the creative name.
DMDF_NAME2 Field containing the deployment name.
DMDF_LISTNAMES3 Field containing the the list names.
DMDF_USERNAME4
DMDF_FROMEMAIL5 Field containing the "from" email address for the deployment.
DMDF_FROMALIAS6 Field containing the "from" alias for the deployment.
DMDF_TOEMAIL7
DMDF_TOALIAS8
DMDF_REPLYTO9 Field containing the "reply to" email address for the deployment.
DMDF_SUBJECT10 Field containing the subject line of the deployment.
DMDF_CREATED11 Field containing the date and time the deployment was created.
DMDF_MODIFIED12 Field containg the date and time the deployment was last modified.
DMDF_STARTED13 Field containing the date and time the deployment was started.
DMDF_FINISHED14 Field containing the date and time the deployment finished.
DMDF_SCHEDULE15
DMDF_TOTAL16
DMDF_SENT17
DMDF_QUEUED18
DMDF_PERCENTDONE19
DMDF_THROTTLE20
DMDF_STATUS21 Field containing the current status of the deployment.
DMDF_ID22 Field containing the deployment ID.
DMDF_LISTTOTAL23
DMDF_RECIPIENTSUPPRESSED24
DMDF_LISTSUPPRESSED25
DMDF_HEALTHSUPPRESSED26
DMDF_EVENTSUPPRESSED27
DMDF_FIELDSUPPRESSED28
DMDF_MAILERSUBMISSIONERROR29
DMDF_DCINFO30
DMDF_RECURRENCESCHEDULE31
DMDF_DUPESUPPRESSED32
See Also