ReceiveConnector Constructor (String, ADObjectId)
Initializes a new instance of the ReceiveConnector class with the specified name in the specified Active Directory object.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
connectorCollectionId As ADObjectId _
)
'Usage
Dim name As String
Dim connectorCollectionId As ADObjectId
Dim instance As New ReceiveConnector(name, connectorCollectionId)
public ReceiveConnector(
string name,
ADObjectId connectorCollectionId
)
Parameters
- name
Type: System.String
The name of the Receive connector.
- connectorCollectionId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory object identifier of the container in which to create the Receive connector.