ADRecipient.SCLRejectEnabled Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property SCLRejectEnabled As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As ADRecipient
Dim value As Nullable(Of Boolean)
value = instance.SCLRejectEnabled
instance.SCLRejectEnabled = value
public Nullable<bool> SCLRejectEnabled { get; set; }
Property Value
Type: System.Nullable<Boolean>