EMEmailTestResultRepositoryGetLatestEmailTestResults Method

Alterian Email Manager 6.2.3 SDK Help File
Gets list of EMEmailTestResult for a recent request for a creative

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

Syntax
public IList<EMEmailTestResult> GetLatestEmailTestResults(
	int documentId,
	int maxTestDuration
)

Parameters

documentId
Type: SystemInt32
document Id of the creative
maxTestDuration
Type: SystemInt32

Return Value

Type: IListEMEmailTestResult

Implements

IEMEmailTestResultRepositoryGetLatestEmailTestResults(Int32, Int32)
See Also