PowerTCP Mail for .NET
Clone Method (Part)




Creates a deep copy of the Part, but a shallow copy of its content.
Syntax
Public MustOverride Function Clone() As Object
Dim instance As Part
Dim value As Object
 
value = instance.Clone()
public abstract object Clone()
public: abstract Object* Clone(); 
public:
abstract Object^ Clone(); 

Return Value

A Part
Remarks
Note: Calling Dispose() on the original or cloned part will dispose of the data that the original and clone reference.
See Also

Reference

Part Class
Part Members


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