RoutingAddress.ToString Method
The ToString method returns a string representation of the address in this instance of the RoutingAddress structure.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RoutingAddress
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String