IEMEmailTestHandler Interface

Alterian Email Manager 6.2.3 SDK Help File
Inteface to define email test request to Litmus API

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

Syntax
public interface IEMEmailTestHandler

The IEMEmailTestHandler type exposes the following members.

Properties
Methods
NameDescription
Public methodCreateTest
Creates Test for a creative specified by document Id
Public methodGetEmailTestResults
Gets list of EMEmailTestResult for the specified EMEmailTestResult Ids
Public methodGetLatestEmailTestResults
Gets list of EMEmailTestResult for the specified document Id
Public methodIsAnyTestRunning
Checks if any test is in-progress
Public methodPollForResults(IListEMEmailTestResult)
Polls Litmus for email test results for a given list
Public methodPollForResults(Int32, Boolean)
Polls Litmus for email test results for a given request Id
Top
See Also