PowerTCP Mail for .NET
Dispose(Boolean) Method




true to release both managed and unmanaged resources; false to release only unmanaged resources.
Releases all resources associated with the object.
Syntax
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
Dim instance As Multipart
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)
protected: void Dispose( 
   bool disposing
) override 
protected:
void Dispose( 
   bool disposing
) override 

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Remarks
This method releases all resources and deletes any unmoved decoded attachments.
See Also

Reference

Multipart Class
Multipart Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic