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)
'Usage
Dim instance As RoutingAddress
[SerializableAttribute]
public struct RoutingAddress : IEquatable<RoutingAddress>,
IComparable<RoutingAddress>
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.