SPWeb.EmailInsertsEnabled Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("E-Mail Inserts have been removed from WSS V3.")> _
Public ReadOnly Property EmailInsertsEnabled As Boolean
    Get
'Usage
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 if e-mail attachments can be accepted in document libraries; otherwise, false.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace