EMEmailTestHandlerGetLatestEmailTestResults Method

Alterian Email Manager 6.2.3 SDK Help File
Gets list of EMEmailTestResult for the specified document Id

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

Syntax
public IList<EMEmailTestResult> GetLatestEmailTestResults(
	int documentId
)

Parameters

documentId
Type: SystemInt32
document Id

Return Value

Type: IListEMEmailTestResult
list of EMEmailTestResult

Implements

IEMEmailTestHandlerGetLatestEmailTestResults(Int32)
See Also