| TnefReaderDispose Method |
Release all resource used by the
TnefReader object.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax Remarks Call
Dispose when you are finished using the
TnefReader. The
Dispose method leaves the
TnefReader in an unusable state. After calling
Dispose, you must release all references to the
TnefReader so the garbage
collector can reclaim the memory that the
TnefReader was occupying.
See Also