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
public abstract bool AntispamBypass { get; }
public:
virtual property bool AntispamBypass {
bool get () abstract;
}
/** @property */
public abstract boolean get_AntispamBypass ()
public abstract function get AntispamBypass () : boolean
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003