Share via


MimePart.Clone method

The Clone method returns a deep copy of this MimePart object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides NotOverridable Function Clone As MimeNode
'Usage
Dim instance As MimePart
Dim returnValue As MimeNode

returnValue = instance.Clone()
public override sealed MimeNode Clone()

Return value

Type: Microsoft.Exchange.Data.Mime.MimeNode

Remarks

The parent node of the returned clone is not set.

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace