IEMEmailTestResultRepositoryGetLatestEmailTestResults Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.RepositoryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxIList<EMEmailTestResult> GetLatestEmailTestResults(
int documentId,
int maxTestDuration
)
Function GetLatestEmailTestResults (
documentId As Integer,
maxTestDuration As Integer
) As IList(Of EMEmailTestResult)
IList<EMEmailTestResult^>^ GetLatestEmailTestResults(
int documentId,
int maxTestDuration
)
abstract GetLatestEmailTestResults :
documentId : int *
maxTestDuration : int -> IList<EMEmailTestResult>
function GetLatestEmailTestResults(documentId, maxTestDuration);
Parameters
- documentId
- Type: SystemInt32
document Id of the creative - maxTestDuration
- Type: SystemInt32
Return Value
Type:
IListEMEmailTestResult
See Also