Click or drag to resize
MimeKit

MailServiceDispose(Boolean) Method

Releases the unmanaged resources used by the MailService and optionally releases the managed resources.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
true to release both managed and unmanaged resources; false to release only the unmanaged resources.
Remarks
Releases the unmanaged resources used by the MailService and optionally releases the managed resources.
See Also