Partager via


HeaderList.Clone method

The Clone method creates another HeaderList 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 Overrides NotOverridable Function Clone As MimeNode
'Usage
Dim instance As HeaderList
Dim returnValue As MimeNode

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

Return value

Type: Microsoft.Exchange.Data.Mime.MimeNode

See also

Reference

HeaderList class

HeaderList members

Microsoft.Exchange.Data.Mime namespace