共用方式為


SPWeb.EmailInsertsEnabled property

NOTE: This API is now obsolete.

取得布林值,這個值,指出是否在虛擬伺服器上的文件庫可以接受來自公用資料夾的電子郵件附件。

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

Syntax

'宣告
<ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")> _
Public ReadOnly Property EmailInsertsEnabled As Boolean
    Get
'用途
Dim instance As SPWeb
Dim value As Boolean

value = instance.EmailInsertsEnabled
[ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")]
public bool EmailInsertsEnabled { get; }

Property value

Type: System.Boolean
true如果可以接受電子郵件附件,在文件庫;否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace