Mailbox.AntispamBypassEnabled property

Gets or sets a value that indicates whether anti-spam processing should be used on the mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property AntispamBypassEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.AntispamBypassEnabled

instance.AntispamBypassEnabled = value
public bool AntispamBypassEnabled { get; set; }

Property value

Type: System.Boolean
True to disable anti-spam processing on the mailbox; othwerwise, false to enable anti-spam processing.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace