ExchangeWebServiceMailTransportBindingElement.Clone Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a new instance of the ExchangeWebServiceMailTransportBindingElement object that is a copy of the current instance.

Namespace:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Syntax

'Declaration
Public Overrides Function Clone As BindingElement
'Usage
Dim instance As ExchangeWebServiceMailTransportBindingElement
Dim returnValue As BindingElement

returnValue = instance.Clone()
public override BindingElement Clone()
public:
virtual BindingElement^ Clone() override
abstract Clone : unit -> BindingElement 
override Clone : unit -> BindingElement 

Return Value

Type: System.ServiceModel.Channels.BindingElement
An object that is a copy of the current object.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5

See Also

Reference

ExchangeWebServiceMailTransportBindingElement Class

ExchangeWebServiceMailTransportBindingElement Members

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService Namespace