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 CopyTo method copies the contents of this HeaderList object into destination.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub CopyTo ( _
destination As Object _
)
'Usage
Dim instance As HeaderList
Dim destination As Object
instance.CopyTo(destination)
public override sealed void CopyTo(
Object destination
)
Parameters
destination
Type: System.ObjectA HeaderList object in which to store a deep copy of this HeaderList object.