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