MailUriHelper.GetChannelName Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the channel name from a Uri object.
Namespace: Microsoft.ServiceModel.Channels.Mail
Assembly: Microsoft.ServiceModel.Channels.Mail (in Microsoft.ServiceModel.Channels.Mail.dll)
Syntax
'Declaration
Public Shared Function GetChannelName ( _
uri As Uri _
) As String
'Usage
Dim uri As Uri
Dim returnValue As String
returnValue = MailUriHelper.GetChannelName(uri)
public static string GetChannelName(
Uri uri
)
public:
static String^ GetChannelName(
Uri^ uri
)
static member GetChannelName :
uri:Uri -> string
Parameters
- uri
Type: System.Uri
The object that contains the channel name.
Return Value
Type: System.String
The channel name.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The channel name or e-mail address is formatted incorrectly or contains invalid characters. |
ArgumentNullException | uri is nulla null reference (Nothing in Visual Basic). |
Remarks
To return the e-mail address from the Uri object, use the GetEmailAddress method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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