ProxyAddress.AddressString Property
Gets the URI of the proxy server.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property AddressString As String
Get
'Usage
Dim instance As ProxyAddress
Dim value As String
value = instance.AddressString
public string AddressString { get; }
Property Value
Type: System.String
The URI of the proxy server.