共用方式為


SPVirtualServerConfig.PublicFolderUrl property

NOTE: This API is now obsolete.

已過時。電子郵件插入功能已移除。PublicFolderUrl屬性一定會傳回false,並設定屬性無效果。(在Windows SharePoint Services 2.0, PublicFolderUrl屬性用來取得或設定伺服器使用的文件庫中的電子郵件附件的公用資料夾的名稱和根路徑和維護回溯相容性。)

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

Syntax

'宣告
<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
'用途
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
內含的公用資料夾的伺服器名稱與根路徑的字串。

請參閱

參照

SPVirtualServerConfig class

SPVirtualServerConfig members

Microsoft.SharePoint.Administration namespace