AddressBookEntry.AntispamBypass property
When overridden in a derived class, the AntispamBypass property gets a value that indicates whether the recipient should be bypassed from anti-spam processing.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AntispamBypass As Boolean
Get
'Usage
Dim instance As AddressBookEntry
Dim value As Boolean
value = instance.AntispamBypass
public abstract bool AntispamBypass { get; }
Property value
Type: System.Boolean
When overridden in a derived class, the AntispamBypass property returns true if the recipient should be bypassed from anti-spam processing; otherwise, the property returns false.