TransportServer.IntraOrgConnectorProtocolLoggingLevel Property
Gets or sets a value that indicates whether SMTP protocol logging is enabled on the implicit intra-organization Send Connector on a Hub Transport server.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property IntraOrgConnectorProtocolLoggingLevel As ProtocolLoggingLevel
Get
Set
'Usage
Dim instance As TransportServer
Dim value As ProtocolLoggingLevel
value = instance.IntraOrgConnectorProtocolLoggingLevel
instance.IntraOrgConnectorProtocolLoggingLevel = value
[ParameterAttribute(Mandatory = false)]
public ProtocolLoggingLevel IntraOrgConnectorProtocolLoggingLevel { get; set; }
Property Value
Type: Microsoft.Exchange.Data.ProtocolLoggingLevel
One of the ProtocolLoggingLevel enumeration values. The default value is None.
Remarks
When the IntraOrgConnectorProtocolLoggingLevel property is set to Verbose, the information is written to the Send Connector protocol log directory specified by the SendProtocolLogPath property.