MailboxPolicyIdParameter.Parse Method

Returns a new instance of the MailboxPolicyIdParameter class from the specified string identifier.

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

Syntax

'Declaration
Public Shared Function Parse ( _
    rawString As String _
) As MailboxPolicyIdParameter
'Usage
Dim rawString As String
Dim returnValue As MailboxPolicyIdParameter

returnValue = MailboxPolicyIdParameter.Parse(rawString)
public static MailboxPolicyIdParameter Parse(
    string rawString
)

Parameters

  • rawString
    Type: System.String
    A string that identifies a mailbox policy.

Remarks

Calling the Parse(String) method is the same as calling the MailboxPolicyIdParameter(String) constructor.