MailBee.NET Objects 4.0

Smtp.Dispose Method (Boolean)

When overridden in a derived class, must release unmananged and optionally managed resources used by the component.

protected virtual void Dispose(
   bool disposing
);

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.

Remarks

If the derived class does not use any additional resources, this method does not need to be overridden. If, however, it's overridden, the developer must also call Dispose method of the base class.

See Also

Smtp Class | MailBee.SmtpMail Namespace | Smtp.Dispose Overload List