SPWeb.PublicFolderRootUrl 属性
请注意:此 API 现在已过时。
Gets the URL of the public folder that is used for e-mail attachments in document libraries.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")> _
Public ReadOnly Property PublicFolderRootUrl As String
Get
用法
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; }
属性值
类型:System.String
A string that contains the URL, including the public folder server and root path, for example, "http://myexchange/public/".