AddressHeader.CopyTo Method
The CopyTo method copies the contents of this AddressHeader 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 AddressHeader
Dim destination As Object
instance.CopyTo(destination)
public override sealed void CopyTo(
Object destination
)
Parameters
- destination
Type: System.Object
The destination object in which to store a deep copy of this AddressHeader object.