PowerTCP Mail for .NET
Clone Method (Resource)




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

Return Value

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

Reference

Resource Class
Resource Members


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