SPWeb.EmailInsertsEnabled-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft einen booleschen Wert, der angibt, ob Dokumentbibliotheken auf dem virtuellen Server E-mail-Anlagen aus öffentlichen Ordnern annehmen können.

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

Eigenschaftswert

Typ: System.Boolean
true wenn E-mail-Anlagen in Dokumentbibliotheken akzeptiert werden können; andernfalls false.

Siehe auch

Referenz

SPWeb Klasse

SPWeb-Member

Microsoft.SharePoint-Namespace