SPUtility.CreateEmailBodyForInvitation method

Returns a string that can be used as the body of an email message that contains a link to a SharePoint Foundation page.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function CreateEmailBodyForInvitation ( _
    pageAddress As String _
) As String
'Usage
Dim pageAddress As String
Dim returnValue As String

returnValue = SPUtility.CreateEmailBodyForInvitation(pageAddress)
public static string CreateEmailBodyForInvitation(
    string pageAddress
)

Parameters

Return value

Type: System.String
A string that contains a link to the page.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace