MailKit Documentation
MailKit Documentation
API Reference
MailKit
IProtocolLogger Interface
IProtocolLogger Methods
LogClient Method
LogConnect Method
LogServer Method
IProtocol
Logger
Log
Connect Method
Logs a connection to the specified URI.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
void
LogConnect
(
Uri
uri
)
Parameters
uri
Uri
The URI.
Exceptions
Exception
Condition
ArgumentNullException
uri
is
null
.
ObjectDisposedException
The logger has been disposed.
IOException
An I/O error occurred.
Remarks
Logs a connection to the specified URI.
See Also
Reference
IProtocolLogger Interface
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast