RequestResponse Constructor (Int32, String, RequestStatus, String)
Initializes a new instance of the RequestResponse class by using the specified ID of the request, a comment about the request, the status of the request, and the e-mail alias of the user or distribution group that the request is about.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
Id As Integer, _
ModComment As String, _
CurrentStatus As RequestStatus, _
Alias As String _
)
'Usage
Dim Id As Integer
Dim ModComment As String
Dim CurrentStatus As RequestStatus
Dim Alias As String
Dim instance As New RequestResponse(Id, ModComment, _
CurrentStatus, Alias)
public RequestResponse(
int Id,
string ModComment,
RequestStatus CurrentStatus,
string Alias
)
Parameters
Id
Type: System.Int32The ID of the job; that is, the request.
ModComment
Type: System.StringA comment about the request.
CurrentStatus
Type: Microsoft.SharePoint.EmailIntegration.RequestStatusThe current status of the request.
Alias
Type: System.StringThe e-mail alias of the user or distribution group that the request concerns.