EnvelopeRecipient.SetRoutingOverride method
When overridden in a derived class, sets the RoutingOverride property to the instance of the RoutingDomain structure that is specified. This member was introduced in Exchange Server 2007 Service Pack 1 (SP1).
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Sub SetRoutingOverride ( _
routingDomain As RoutingDomain _
)
'Usage
Dim instance As EnvelopeRecipient
Dim routingDomain As RoutingDomain
instance.SetRoutingOverride(routingDomain)
public abstract void SetRoutingOverride(
RoutingDomain routingDomain
)
Parameters
routingDomain
Type: Microsoft.Exchange.Data.Transport.RoutingDomainThe routing domain to which mail is redirected for this recipient.
Remarks
To reset the routing override, use Empty for the value of the routingDomain parameter.