MoveRequestIdParameter Constructor (ADObjectId)
Initializes a new instance of the MoveRequestIdParameter class associated with the specified Active Directory object identifier.
Namespace: Microsoft.Exchange.Management.RecipientTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Sub New ( _
userId As ADObjectId _
)
'Usage
Dim userId As ADObjectId
Dim instance As New MoveRequestIdParameter(userId)
public MoveRequestIdParameter(
ADObjectId userId
)
Parameters
- userId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory object identifier of the owner of the mailbox to move.