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)

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