Share via


AddressItem.CopyTo method

The CopyTo method copies the contents of this AddressItem object into destination.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Sub CopyTo ( _
    destination As Object _
)
'Usage
Dim instance As AddressItem
Dim destination As Object

instance.CopyTo(destination)
public override void CopyTo(
    Object destination
)

Parameters

See also

Reference

AddressItem class

AddressItem members

Microsoft.Exchange.Data.Mime namespace