MailboxServer Constructor (Server)
Initializes a new instance of the UMServer class for the specified server identifier.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
dataObject As Server _
)
'Usage
Dim dataObject As Server
Dim instance As New MailboxServer(dataObject)
public MailboxServer(
Server dataObject
)
Parameters
- dataObject
Type: Microsoft.Exchange.Data.Directory.SystemConfiguration.Server
The Active Directory server identifier for the Exchange server that is running the Mailbox server role.