ReceiveConnectorIdParameter.Parse Method

Returns a new instance of the ReceiveConnectorIdParameter class from the specified identifier.

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    identity As String _
) As ReceiveConnectorIdParameter
'Usage
Dim identity As String
Dim returnValue As ReceiveConnectorIdParameter

returnValue = ReceiveConnectorIdParameter.Parse(identity)
public static ReceiveConnectorIdParameter Parse(
    string identity
)

Parameters

  • identity
    Type: System.String
    A Receive connector identity string.

Remarks

Calling the Parse(String) method is the same as calling the ReceiveConnectorIdParameter(String) constructor with a Receive connector identity string. For the valid identity string formats, see the ReceiveConnectorIdParameter(String) constructor.