Click or drag to resize
MimeKit

MimeEntityDispose Method

Releases all resources used by the MimeEntity object.

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

Implements

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