Click or drag to resize
MimeKit

MailServiceProtocolLogger Property

Get the protocol logger.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IProtocolLogger ProtocolLogger { get; }

Property Value

IProtocolLogger
The protocol logger.
Remarks
Gets the protocol logger.
See Also