RoutingDomain Structure

The RoutingDomain structure represents an Simple Mail Transfer Protocol (SMTP) domain to use when you are overriding the default routing for a recipient. This type 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
<SerializableAttribute> _
Public Structure RoutingDomain _
    Implements IEquatable(Of RoutingDomain), IComparable(Of RoutingDomain)
'Usage
Dim instance As RoutingDomain
[SerializableAttribute]
public struct RoutingDomain : IEquatable<RoutingDomain>, 
    IComparable<RoutingDomain>

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.