RequestInfo Constructor (String, String, Guid)
Initializes a new instance of the RequestInfo class that uses the specified requestor's e-mail address, justification, and ID.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
RequestorEmail As String, _
BJustification As String, _
Id As Guid _
)
'Usage
Dim RequestorEmail As String
Dim BJustification As String
Dim Id As Guid
Dim instance As New RequestInfo(RequestorEmail, _
BJustification, Id)
public RequestInfo(
string RequestorEmail,
string BJustification,
Guid Id
)
Parameters
RequestorEmail
Type: System.StringThe e-mail address of the requestor.
BJustification
Type: System.StringThe requestor's reasons for making the request.
Id
Type: System.GuidA unique ID for the request.