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)
[SerializableAttribute] 
public struct RoutingDomain : IEquatable<RoutingDomain>, IComparable<RoutingDomain>
[SerializableAttribute] 
public value class RoutingDomain : IEquatable<RoutingDomain>, IComparable<RoutingDomain>
/** @attribute SerializableAttribute() */ 
public final class RoutingDomain extends ValueType implements IEquatable<RoutingDomain>, 
    IComparable<RoutingDomain>
JScript suports the use of structures, but not the declaration of new ones.

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