EnvelopeRecipient.RoutingOverride property

When overridden in a derived class, gets an instance of the RoutingDomain structure that specifies the domain to use to override the routing destination for this recipient. 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 ReadOnly Property RoutingOverride As RoutingDomain
    Get
'Usage
Dim instance As EnvelopeRecipient
Dim value As RoutingDomain

value = instance.RoutingOverride
public abstract RoutingDomain RoutingOverride { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.RoutingDomain
The domain used to override the routing destination.

See also

Reference

EnvelopeRecipient class

EnvelopeRecipient members

Microsoft.Exchange.Data.Transport namespace