| MimePartDispose(Boolean) Method |
Releases the unmanaged resources used by the
MimePart and
optionally releases the managed resources.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax protected override void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- to release both managed and unmanaged resources;
to release only the unmanaged resources.
Remarks
Releases the unmanaged resources used by the
MimePart and
optionally releases the managed resources.
See Also