SPDocumentLibrary.EmailInsertsFolder Property

NOTE: This API is now obsolete.

Gets or sets the path for the public folder that contains the e-mail items inserted in the document library.

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 Property EmailInsertsFolder As String
    Get
    Set
'Usage
Dim instance As SPDocumentLibrary
Dim value As String

value = instance.EmailInsertsFolder

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

Property Value

Type: System.String
A string that contains the path.

See Also

Reference

SPDocumentLibrary Class

SPDocumentLibrary Members

Microsoft.SharePoint Namespace