| ProtocolLoggerDispose Method |
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Remarks Call
Dispose when you are finished using the
ProtocolLogger. The
Dispose method leaves the
ProtocolLogger in an unusable state. After calling
Dispose, you must release all references to the
ProtocolLogger so the garbage
collector can reclaim the memory that the
ProtocolLogger was occupying.
See Also