SPWebApplication.PublicFolderRootUrl property

NOTE: This API is now obsolete.

Gets or sets the root of the public folder to which the Web application listens for document library e-mail inserts.

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

Syntax

'Declaration
<ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")> _
Public Property PublicFolderRootUrl As String
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As String

value = instance.PublicFolderRootUrl

instance.PublicFolderRootUrl = value
[ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")]
public string PublicFolderRootUrl { get; set; }

Property value

Type: System.String
A string that contains the root of the public folder.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace