SPWeb.PublicFolderRootUrl Property

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

Public ReadOnly Property PublicFolderRootUrl As String
    Get

Dim instance As SPWeb
Dim value As String

value = instance.PublicFolderRootUrl
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