SPAntivirusSettings.AllowQuarantinedFileDownload-Eigenschaft
HINWEIS: Diese API ist veraltet.
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob in Quarantäne verschobenen Dokumente heruntergeladen werden können.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("This behavior is always enabled.")> _
Public Property AllowQuarantinedFileDownload As Boolean
Get
Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Boolean
value = instance.AllowQuarantinedFileDownload
instance.AllowQuarantinedFileDownload = value
[ObsoleteAttribute("This behavior is always enabled.")]
public bool AllowQuarantinedFileDownload { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Dokumente unter Quarantäne gestellte e-Mails können heruntergeladen werden; andernfalls false.