RoutingAddress Structure

The RoutingAddress structure represents an address that is used to route data.

Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure RoutingAddress
    Implements IEquatable(Of RoutingAddress), IComparable(Of RoutingAddress)
[SerializableAttribute] 
public struct RoutingAddress : IEquatable<RoutingAddress>, IComparable<RoutingAddress>
[SerializableAttribute] 
public value class RoutingAddress : IEquatable<RoutingAddress>, IComparable<RoutingAddress>
/** @attribute SerializableAttribute() */ 
public final class RoutingAddress extends ValueType implements IEquatable<RoutingAddress>, 
    IComparable<RoutingAddress>
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