TransportServer.ContentConversionTracingEnabled Property

Gets or sets a value that indicates whether content conversion tracing is enabled.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ContentConversionTracingEnabled As Boolean
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Boolean

value = instance.ContentConversionTracingEnabled

instance.ContentConversionTracingEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool ContentConversionTracingEnabled { get; set; }

Property Value

Type: System.Boolean
true if content conversion tracing is enabled; otherwise, false. The default value is false.

Remarks

When the ContentConversionTracingEnabled property is true, the computer that is running the Hub Transport or Edge Transport server role will capture content conversion failures. The server will capture a maximum of 128 MB of content conversion failures; after the limit is reached, no more failures will be captured.

Content conversion failures are captured to the path specified by the PipelineTracingPath property.

Security noteSecurity Note

To help ensure the confidentiality of e-mail messages that are captured by a conversion failure, you must restrict access to the directory specified by the PipelineTracingPath property. The required permissions are as follows:

  • Administrators: Full Control

  • Network Service: Full Control

  • System: Full Control