TransportServer.AntispamUpdatesEnabled property
Gets or sets a value that indicates whether updates to the anti-spam agents are enabled.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property AntispamUpdatesEnabled As Boolean
Get
'Usage
Dim instance As TransportServer
Dim value As Boolean
value = instance.AntispamUpdatesEnabled
public bool AntispamUpdatesEnabled { get; }
Property value
Type: System.Boolean
true if anti-spam updates are enabled; otherwise, false.