Share via


RequestResponse.JobID Property

Gets or sets an ID number for the request.

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

Syntax

'Declaration
Public Property JobID As Integer
    Get
    Set
'Usage
Dim instance As RequestResponse
Dim value As Integer

value = instance.JobID

instance.JobID = value
public int JobID { get; set; }

Property Value

Type: System.Int32
A Int32 that represents an ID number for the request.

Remarks

This property is a null reference (Nothing in Visual Basic) except when JobStatus is PendingApproval.

Pass the value of this property to the GetJobStatus method to discover whether a past request is still pending or has been denied or has succeeded.

See Also

Reference

RequestResponse Class

RequestResponse Members

Microsoft.SharePoint.EmailIntegration Namespace