RoutingOverride constructor (RoutingDomain, DeliveryQueueDomain)
The RoutingOverride(RoutingDomain, DeliveryQueueDomain) constructor initializes a new instance of the RoutingOverride class.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub New ( _
routingDomain As RoutingDomain, _
deliveryQueueDomain As DeliveryQueueDomain _
)
'Usage
Dim routingDomain As RoutingDomain
Dim deliveryQueueDomain As DeliveryQueueDomain
Dim instance As New RoutingOverride(routingDomain, _
deliveryQueueDomain)
public RoutingOverride(
RoutingDomain routingDomain,
DeliveryQueueDomain deliveryQueueDomain
)
Parameters
routingDomain
Type: Microsoft.Exchange.Data.Transport.RoutingDomainAn Simple Mail Transfer Protocol (SMTP) domain to use when overriding the default routing for a recipient.
deliveryQueueDomain
Type: Microsoft.Exchange.Data.Transport.DeliveryQueueDomainDefines the domain to use when adding a recipient to a delivery queue.