Mailbox.SCLQuarantineThreshold Property
Gets or sets the spam confidence level (SCL) at which messages are considered spam and should be moved to the quarantine folder.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property SCLQuarantineThreshold As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of Integer)
value = instance.SCLQuarantineThreshold
instance.SCLQuarantineThreshold = value
[ParameterAttribute(Mandatory = false)]
public Nullable<int> SCLQuarantineThreshold { get; set; }
Property Value
Type: System.Nullable<Int32>
The SCL at which messages are considered spam. Valid values are 0 to 9.
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