Share via


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.

Return value

Type: Microsoft.Exchange.Configuration.Tasks.MailboxPolicyIdParameter
A new instance of the class.

Remarks

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

See also

Reference

MailboxPolicyIdParameter class

MailboxPolicyIdParameter members

Microsoft.Exchange.Configuration.Tasks namespace