MailboxIdParameter Constructor (String)

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

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

Syntax

'Declaration
Public Sub New ( _
    identity As String _
)
'Usage
Dim identity As String

Dim instance As New MailboxIdParameter(identity)
public MailboxIdParameter(
    string identity
)

Parameters

  • identity
    Type: System.String
    The string representation of the identity of the entity.