Share via


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.Int32

    The ID of the job; that is, the request.

  • Alias
    Type: System.String

    The e-mail alias of the user or distribution group that the request concerns.

See also

Reference

RequestResponse class

RequestResponse members

RequestResponse overload

Microsoft.SharePoint.EmailIntegration namespace