MailboxIdParameter Constructor (MailboxId)

Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data identifier.

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

Syntax

'Declaration
Public Sub New ( _
    storeMailboxId As MailboxId _
)
'Usage
Dim storeMailboxId As MailboxId

Dim instance As New MailboxIdParameter(storeMailboxId)
public MailboxIdParameter(
    MailboxId storeMailboxId
)

Parameters