ResolvedMessageEventSource.GetRoutingOverride method
The GetRoutingOverride(EnvelopeRecipient) method gets the routing parameters for a specified recipient.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Function GetRoutingOverride ( _
recipient As EnvelopeRecipient _
) As RoutingOverride
'Usage
Dim instance As ResolvedMessageEventSource
Dim recipient As EnvelopeRecipient
Dim returnValue As RoutingOverride
returnValue = instance.GetRoutingOverride(recipient)
public abstract RoutingOverride GetRoutingOverride(
EnvelopeRecipient recipient
)
Parameters
recipient
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipientThe recipient for which RoutingOverride is to be determined
Return value
Type: Microsoft.Exchange.Data.Transport.RoutingOverride
Returns RoutingOverride.
Remarks
GetRoutingOverride(EnvelopeRecipient) will return null if RoutingOverride is not set for the recipient.
See also
Reference
ResolvedMessageEventSource class