PowerTCP Mail for .NET
Clone Method (Messagepart)




Creates a deep copy of the Messagepart, but a clone of its Content.
Syntax
Public Overrides Function Clone() As Object
Dim instance As Messagepart
Dim value As Object
 
value = instance.Clone()
public override object Clone()
public: Object* Clone(); override 
public:
Object^ Clone(); override 

Return Value

A Messagepart
Remarks
Note: Calling Dispose() on the original or cloned Messagepart will dispose of any shallow-copied parts that the original and clone reference.
See Also

Reference

Messagepart Class
Messagepart Members


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