TransportServer.PipelineTracingSenderAddress Property

Gets or sets the sender e-mail address that invokes pipeline tracing.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property PipelineTracingSenderAddress As Nullable(Of SmtpAddress)
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Nullable(Of SmtpAddress)

value = instance.PipelineTracingSenderAddress

instance.PipelineTracingSenderAddress = value
[ParameterAttribute(Mandatory = false)]
public Nullable<SmtpAddress> PipelineTracingSenderAddress { get; set; }

Property Value

Type: System.Nullable<SmtpAddress>
The sender e-mail address that invokes pipeline tracing. This property can be a null reference (Nothing in Visual Basic).

Remarks

Only messages from this address specified in the PipelineTracingSenderAddress property generate pipeline tracing output. The address can be either inside or outside the Exchange organization.