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.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxIList<EMEmailTestResult> PollForResults(
int requestId,
out bool emailSent
)
Function PollForResults (
requestId As Integer,
<OutAttribute> ByRef emailSent As Boolean
) As IList(Of EMEmailTestResult)
IList<EMEmailTestResult^>^ PollForResults(
int requestId,
[OutAttribute] bool% emailSent
)
abstract PollForResults :
requestId : int *
emailSent : bool byref -> IList<EMEmailTestResult>
function PollForResults(requestId, emailSent);
Parameters
- requestId
- Type: SystemInt32
request Id - emailSent
- Type: SystemBoolean
Flag that indicates if Litmus has received the email
Return Value
Type:
IListEMEmailTestResultList of
EMEmailTestResult
See Also