SPExecutingConversionRequest.PeopleToAlert Property
Gets the e-mail addresses to which to send mail when the conversion is completed, as passed to the Convert method.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property PeopleToAlert As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.PeopleToAlert
public string PeopleToAlert { get; }
Property Value
Type: System.String
A string that contains the e-mail addresses.
See Also
Reference
SPExecutingConversionRequest Class