AntispamUpdates.IPReputationUpdatesEnabled Property
Namespace: Microsoft.Exchange.Transport.Agent.AntiSpam.Common
Assembly: Microsoft.Exchange.Transport.Agent.AntiSpam.Common (in Microsoft.Exchange.Transport.Agent.AntiSpam.Common.dll)
Syntax
'Declaration
Public Property IPReputationUpdatesEnabled As Boolean
Get
Set
'Usage
Dim instance As AntispamUpdates
Dim value As Boolean
value = instance.IPReputationUpdatesEnabled
instance.IPReputationUpdatesEnabled = value
public bool IPReputationUpdatesEnabled { get; set; }
Property Value
Type: System.Boolean