SPWeb.PublicFolderRootUrl Property

NOTE: This API is now obsolete.

Gets the URL of the public folder that is used for e-mail attachments in document libraries.

Namespace:  Microsoft.SharePoint
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 ReadOnly Property PublicFolderRootUrl As String
    Get
'Usage
Dim instance As SPWeb
Dim value As String

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

Property Value

Type: System.String
A string that contains the URL, including the public folder server and root path, for example, "http://myexchange/public/".

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace