EnvelopeRecipient.SetRoutingOverride Method

When overridden in a derived class, the SetRoutingOverride method sets the RoutingOverride property to the instance of the RoutingDomain structure that is specified. This member was introduced in Microsoft 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 _
)
public abstract void SetRoutingOverride (
    RoutingDomain routingDomain
)
public:
virtual void SetRoutingOverride (
    RoutingDomain routingDomain
) abstract
public abstract void SetRoutingOverride (
    RoutingDomain routingDomain
)
public abstract function SetRoutingOverride (
    routingDomain : RoutingDomain
)

Parameters

  • routingDomain
    The 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003