 | MimeEntityDispose Method (Boolean) |
Releases the unmanaged resources used by the
MimeEntity and
optionally releases the managed resources.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxprotected virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources;
false to release only the unmanaged resources.
Remarks
Releases the unmanaged resources used by the
MimeEntity and
optionally releases the managed resources.
See Also