Share via


ByteEncoder.Clone method

When overridden in a derived class, the Clone method returns a copy of this ByteEncoder object.

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

Syntax

'Declaration
Public Overridable Function Clone As ByteEncoder
'Usage
Dim instance As ByteEncoder
Dim returnValue As ByteEncoder

returnValue = instance.Clone()
public virtual ByteEncoder Clone()

Return value

Type: Microsoft.Exchange.Data.Mime.Encoders.ByteEncoder

See also

Reference

ByteEncoder class

ByteEncoder members

Microsoft.Exchange.Data.Mime.Encoders namespace