Mailbox.SCLQuarantineEnabled property

Gets or sets a value that indicates whether messages that meet the spam confidence level (SCL) are quarantined.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property SCLQuarantineEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of Boolean)

value = instance.SCLQuarantineEnabled

instance.SCLQuarantineEnabled = value
public Nullable<bool> SCLQuarantineEnabled { get; set; }

Property value

Type: System.Nullable<Boolean>
true to quarantine messages that meet the SCL; otherwise, false. This property can be a null reference (Nothing in Visual Basic).

Remarks

When the SCLQuarantineEnabled property is true, messages that meet the spam confidence level (SCL) specified by the SCLQuarantineThreshold property are moved to the quarantine folder.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace