MailBindingBase.Scheme Property

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

Gets the addressing scheme that is used by this transport binding element.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Scheme As String
    Get
'Usage
Dim instance As MailBindingBase
Dim value As String

value = instance.Scheme
public override string Scheme { get; }
public:
virtual property String^ Scheme {
    String^ get () override;
}
abstract Scheme : string
override Scheme : string

Property Value

Type: System.String
The transport scheme.

Remarks

The Scheme property for mail transports always returns the string "net.mail".

.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

MailBindingBase Class

MailBindingBase Members

Microsoft.ServiceModel.Channels.Mail Namespace