MailKit Documentation
MailKit Documentation
API Reference
MailKit
MailTransport Class
MailTransport Constructor
MailTransport Properties
MailTransport Methods
MailTransport Events
Mail
Transport Constructor
Initializes a new instance of the
MailTransport
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
protected
MailTransport
(
IProtocolLogger
protocolLogger
)
Parameters
protocolLogger
IProtocolLogger
The protocol logger.
Exceptions
Exception
Condition
ArgumentNullException
protocolLogger
is
null
.
Remarks
Initializes a new instance of the
MailTransport
class.
See Also
Reference
MailTransport Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast