RequestInfo.RequestorEmail Property
Gets or sets the e-mail address of the requestor.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestorEmail As String
Get
Set
'Usage
Dim instance As RequestInfo
Dim value As String
value = instance.RequestorEmail
instance.RequestorEmail = value
public string RequestorEmail { get; set; }
Property Value
Type: System.String
A String that represents the e-mail address of the requestor.