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)

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