EMDeploymentSummary Class

Alterian Email Manager 6.2.3 SDK Help File
A container class for summary information about an EM Deployment
Inheritance Hierarchy
SystemObject
  DMLibraryEMDeploymentSummary

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

Syntax
[SerializableAttribute]
public class EMDeploymentSummary

The EMDeploymentSummary type exposes the following members.

Constructors
NameDescription
Public methodEMDeploymentSummary
Initializes a new instance of the EMDeploymentSummary class
Top
Properties
NameDescription
Public propertyAuthor
The name of the user who created this deployment
Public propertyCampaign
Deployed Campaign Name
Public propertyCreated
The date the deployment was created
Public propertyCreative
Deployed Creative Name
Public propertyCreativeDisplayName
Deployed Creative Name. If there are multiple creatives then show 'multiple'
Public propertyDescription
The description of this deployment
Public propertyFinish
The time the Deployment actually finished. NULL if the Deployment has not yet finished.
Public propertyGroup
Deployment Group
Public propertyID
Deployment ID
Public propertyLists
Comma delimited list of Lists used for this deployment.
Public propertyModified
The date the deployment was last modified
Public propertyName
Deployment Name
Public propertyPercentDone
% done for active Deployments.
Public propertyRecurrenceSchedule
Public propertySchedule
When the Deployment is scheduled to run.
Public propertyStart
The time the Deployment actually started. NULL if the Deployment has not yet started.
Public propertyStatus
Deployment Status
Public propertyThumbnail
Public propertyType
Deployment Type
Top
See Also