Share via


TransportServer.PoisonMessageDetectionEnabled property

Gets or sets a value that indicates whether messages determined to be harmful to the server after a server failure are sent to the poison message queue.

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

Syntax

'Declaration
Public Property PoisonMessageDetectionEnabled As Boolean
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Boolean

value = instance.PoisonMessageDetectionEnabled

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

Property value

Type: System.Boolean
true to enable poison message detection; otherwise, false. The default value is true.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace