MimePart.CopyTo method

The CopyTo method stores a copy of this MimePart object in 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 MimePart
Dim destination As Object

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

Parameters

See also

Reference

MimePart class

MimePart members

Microsoft.Exchange.Data.Mime namespace