RemoteMailbox.RemoteRoutingAddress Property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RemoteRoutingAddress As ProxyAddress
    Get
    Set
'Usage
Dim instance As RemoteMailbox
Dim value As ProxyAddress

value = instance.RemoteRoutingAddress

instance.RemoteRoutingAddress = value
[ParameterAttribute(Mandatory = false)]
public ProxyAddress RemoteRoutingAddress { get; set; }