MailboxIdParameter.Parse Method

Initializes a new instance of the MailboxIdParameter class from the specified string representation of the identifier of an entity.

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

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

Parameters

  • identity
    Type: System.String
    The string representation of the identity of the entity.

Return Value

Type: Microsoft.Exchange.Configuration.Tasks.MailboxIdParameter
A MailboxIdParameter object for the specified entity.