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()

Return value

Type: Microsoft.Exchange.Data.Mime.MimeDocument

See also

Reference

MimeDocument class

MimeDocument members

Microsoft.Exchange.Data.Mime namespace