RequestInfo.RequestorEmail Property
Gets or sets the e-mail address of the requestor.
Namespace: [Sharepointemailws Web service]
Web service reference: http://Site/_vti_bin/Sharepointemailws.asmx
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.