Share via


MimeDocument.Clone Method

The Clone method creates another MimeDocument object that is identical to this one.

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

Syntax

'Declaration
Public Function Clone As MimeDocument
'Usage
Dim instance As MimeDocument
Dim returnValue As MimeDocument

returnValue = instance.Clone()
public MimeDocument Clone()