RemoteMailbox.RemoteRoutingAddress property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property RemoteRoutingAddress As ProxyAddress
Get
Set
'Usage
Dim instance As RemoteMailbox
Dim value As ProxyAddress
value = instance.RemoteRoutingAddress
instance.RemoteRoutingAddress = value
public ProxyAddress RemoteRoutingAddress { get; set; }
Property value
Type: Microsoft.Exchange.Data.ProxyAddress