EMEmailTest Class

Alterian Email Manager 6.2.3 SDK Help File
Class to define email test request to litmus for a creative
Inheritance Hierarchy
SystemObject
  DMLibraryEMEmailTest

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

Syntax
public class EMEmailTest

The EMEmailTest type exposes the following members.

Constructors
NameDescription
Public methodEMEmailTest
Initializes a new instance of the EMEmailTest class
Top
Properties
NameDescription
Public propertyCreated
Gets and sets date when request is created for an email test
Public propertyCreatedOutParameter
Gets Sql out parameter for created date time
Public propertyDocumentId
Gets and sets document id of the creative
Public propertyDocumentIdParameter
Gets Sql parameter for document Id
Public propertyId
Gets and sets id
Public propertyIdOutParameter
Gets Sql out parameter for Id
Public propertyInProgess
Gets and sets flag to indicate if a test is still in progress
Public propertyInProgressReturnParameter
Gets Sql parameter for in progress
Public propertyMaxTestDuration
Gets and sets max test duration before to mark this request as complete
Public propertyMaxTestDurationParameter
Gets Sql parameter for max test duration
Public propertyRequestId
Gets and sets request id
Public propertyRequestIdParameter
Gets Sql parameter for request Id
Public propertySourceUrl
Gets and sets Source Url
Public propertySourceUrlParameter
Gets Sql parameter for source url
Public propertyTestEmail
Gets and sets litmus email address for test
Public propertyTestEmailParameter
Gets Sql parameter for test email
Public propertyUserId
Gets and sets user id who places request
Public propertyUserIdParameter
Gets Sql parameter for user Id
Top
See Also