SPExecutingConversionRequest.PeopleToAlert property
NOTE: This API is now obsolete.
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)
Syntax
'Declaration
<ObsoleteAttribute("This member is obsolete.", False)> _
Public ReadOnly Property PeopleToAlert As String
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As String
value = instance.PeopleToAlert
[ObsoleteAttribute("This member is obsolete.", false)]
public string PeopleToAlert { get; }
Property value
Type: System.String
A string that contains the e-mail addresses.
See also
Reference
SPExecutingConversionRequest class