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
<ParameterAttribute(Mandatory := False)> _
Public Property PoisonMessageDetectionEnabled As Boolean
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Boolean
value = instance.PoisonMessageDetectionEnabled
instance.PoisonMessageDetectionEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool PoisonMessageDetectionEnabled { get; set; }
Property Value
Type: System.Boolean
true to enable poison message detection; otherwise, false. The default value is true.