SPVirtualServerConfig.PublicFolderUrl property

NOTE: This API is now obsolete.

Obsolete. The e-mail insert feature has been removed. The PublicFolderUrl property always returns false, and setting the property has no effect. (In Windows SharePoint Services 2.0, the PublicFolderUrl property was used to get or set the server name and root path for the public folders to use for e-mail attachments in document libraries, and is maintained for backward compatibility.)

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

Syntax

'Declaration
<ObsoleteAttribute("The V2 E-Mail Inserts feature has been removed in V3.  This property always returns an empty string.  Setting this property has no effect.",  _
    True)> _
Public Property PublicFolderUrl As String
    Get
    Set
'Usage
Dim instance As SPVirtualServerConfig
Dim value As String

value = instance.PublicFolderUrl

instance.PublicFolderUrl = value
[ObsoleteAttribute("The V2 E-Mail Inserts feature has been removed in V3.  This property always returns an empty string.  Setting this property has no effect.", 
    true)]
public string PublicFolderUrl { get; set; }

Property value

Type: System.String
A string that contains the server name and root path for the public folders.

See also

Reference

SPVirtualServerConfig class

SPVirtualServerConfig members

Microsoft.SharePoint.Administration namespace