IEMEmailTestHandlerPollForResults Method (Int32, Boolean)

Alterian Email Manager 6.2.3 SDK Help File
Polls Litmus for email test results for a given request Id

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

Syntax
IList<EMEmailTestResult> PollForResults(
	int requestId,
	out bool emailSent
)

Parameters

requestId
Type: SystemInt32
request Id
emailSent
Type: SystemBoolean
Flag that indicates if Litmus has received the email

Return Value

Type: IListEMEmailTestResult
List of EMEmailTestResult
See Also