MailboxTransportServerPresentationObject.MailboxDeliveryConnectorProtocolLoggingLevel property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MailboxDeliveryConnectorProtocolLoggingLevel As ProtocolLoggingLevel
Get
Set
'Usage
Dim instance As MailboxTransportServerPresentationObject
Dim value As ProtocolLoggingLevel
value = instance.MailboxDeliveryConnectorProtocolLoggingLevel
instance.MailboxDeliveryConnectorProtocolLoggingLevel = value
public ProtocolLoggingLevel MailboxDeliveryConnectorProtocolLoggingLevel { get; set; }
Property value
Type: Microsoft.Exchange.Data.ProtocolLoggingLevel
See also
Reference
MailboxTransportServerPresentationObject class