DatabaseCopyIdParameter constructor (MailboxServer)
Initializes a new instance of the DatabaseCopyIdParameter class for the specified Mailbox server.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Sub New ( _
server As MailboxServer _
)
'Usage
Dim server As MailboxServer
Dim instance As New DatabaseCopyIdParameter(server)
public DatabaseCopyIdParameter(
MailboxServer server
)
Parameters
server
Type: Microsoft.Exchange.Data.Directory.Management.MailboxServerThe Mailbox server.
See also
Reference
DatabaseCopyIdParameter members