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