Share via


IEmailHelperService.GetJobStatus Method

Request updated information about a previous request.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Function GetJobStatus ( _
    JobId As Integer _
) As RequestResponse
'Usage
Dim instance As IEmailHelperService
Dim JobId As Integer
Dim returnValue As RequestResponse

returnValue = instance.GetJobStatus(JobId)
RequestResponse GetJobStatus(
    int JobId
)

Parameters

Return Value

Type: Microsoft.SharePoint.EmailIntegration.RequestResponse
A RequestResponse value that provides information about the request including its current status.

See Also

Reference

IEmailHelperService Interface

IEmailHelperService Members

Microsoft.SharePoint.EmailIntegration Namespace