RecipientIdParameter.Parse method

Returns a new RecipientIdParameter instance by parsing the specified string.

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 RecipientIdParameter
'Usage
Dim identity As String
Dim returnValue As RecipientIdParameter

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

Parameters

Return value

Type: Microsoft.Exchange.Configuration.Tasks.RecipientIdParameter
A structure containing recipient information.

See also

Reference

RecipientIdParameter class

RecipientIdParameter members

Microsoft.Exchange.Configuration.Tasks namespace