TransportServer.SendProtocolLogPath property
Gets or sets the location of the Send connector protocol log files.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property SendProtocolLogPath As LocalLongFullPath
Get
Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath
value = instance.SendProtocolLogPath
instance.SendProtocolLogPath = value
public LocalLongFullPath SendProtocolLogPath { get; set; }
Property value
Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the Receive connector protocol log files. The default value is C:\Program Files\Microsoft\Exchange Server TransportRoles\Logs\ProtocolLog\SmptSend.
Remarks
If you set the SendProtocolLogPath property to a null reference (Nothing in Visual Basic), you effectively disable Receive connector protocol logging. However, if the value of the SendProtocolLogPath property is a null reference (Nothing in Visual Basic) and the value of the ProtocolLoggingLevel property of any SmtpSendConnectorConfig instance on the server or if the IntraOrgConnectorProtocolLoggingLevel property is set to Verbose, event log errors are generated. The preferred method of disabling protocol logging is to set the ProtocolLoggingLevel property of each SmtpSendConnectorConfig instance on the server to None and to set the IntraOrgConnectorProtocolLoggingLevel property to None.