Web.ForwardObjectLink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public static Microsoft.SharePoint.Client.SharingResult ForwardObjectLink (Microsoft.SharePoint.Client.ClientRuntimeContext context, string url, string peoplePickerInput, string emailSubject, string emailBody);
static member ForwardObjectLink : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * string * string -> Microsoft.SharePoint.Client.SharingResult
Public Shared Function ForwardObjectLink (context As ClientRuntimeContext, url As String, peoplePickerInput As String, emailSubject As String, emailBody As String) As SharingResult
Parameters
- context
- ClientRuntimeContext
- url
- String
- peoplePickerInput
- String
- emailSubject
- String
- emailBody
- String
Returns
- Attributes