ContentDispositionHeader.CopyTo method
The CopyTo method puts a deep copy of this ContentDispositionHeader 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 ContentDispositionHeader
Dim destination As Object
instance.CopyTo(destination)
public override sealed void CopyTo(
Object destination
)
Parameters
destination
Type: System.ObjectThe destination object in which to store a deep copy of this ContentDispositionHeader object.
See also
Reference
ContentDispositionHeader class