MoveRequestIdParameter.Parse Method
Initializes a new instance of the MoveRequestIdParameter class from the specified string.
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
identity As String _
) As MoveRequestIdParameter
'Usage
Dim identity As String
Dim returnValue As MoveRequestIdParameter
returnValue = MoveRequestIdParameter.Parse(identity)
public static MoveRequestIdParameter Parse(
string identity
)
Parameters
- identity
Type: System.String
The string representation of the identity of the owner of the mailbox to move.
Return Value
Type: Microsoft.Exchange.Management.RecipientTasks.MoveRequestIdParameter
A MoveRequestIdParameter object for the specified user identity..