Click or drag to resize
MimeKit

NullProtocolLoggerDispose Method

Releases all resource used by the NullProtocolLogger object.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void Dispose()

Implements

IDisposableDispose
Remarks
Call Dispose when you are finished using the NullProtocolLogger. The Dispose method leaves the NullProtocolLogger in an unusable state. After calling Dispose, you must release all references to the NullProtocolLogger so the garbage collector can reclaim the memory that the NullProtocolLogger was occupying.
See Also