Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Clone virtual method returns a copy of the current MimeNode object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overridable Function Clone As MimeNode
'Usage
Dim instance As MimeNode
Dim returnValue As MimeNode
returnValue = instance.Clone()
public virtual MimeNode Clone()
Return value
Type: Microsoft.Exchange.Data.Mime.MimeNode
Remarks
Clone throws a NotSupportedException. Classes derived from MimeNode implement Clone more meaningfully.