UserIdParameter constructor (Mailbox)
Initializes a new instance of the UserIdParameter class for the specified mailbox.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
user As Mailbox _
)
'Usage
Dim user As Mailbox
Dim instance As New UserIdParameter(user)
public UserIdParameter(
Mailbox user
)
Parameters
user
Type: Microsoft.Exchange.Data.Directory.Management.MailboxThe mailbox for the specified user.