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
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
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.