SPWeb.EmailInsertsEnabled 属性

请注意:此 API 现在已过时。

Gets a Boolean value that indicates whether document libraries on the virtual server can accept e-mail attachments from public folders.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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; }

属性值

类型:System.Boolean
true if e-mail attachments can be accepted in document libraries; otherwise, false.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间