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)
Available in Sandboxed Solutions: No
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.