ProxyAddressBase.IsPrimaryAddress Property
Gets a value that indicates whether the proxy address is the primary address of the proxy.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public ReadOnly Property IsPrimaryAddress As Boolean
Get
'Usage
Dim instance As ProxyAddressBase
Dim value As Boolean
value = instance.IsPrimaryAddress
public bool IsPrimaryAddress { get; }
Property Value
Type: System.Boolean
true if the address is the primary address of the proxy; otherwise, false.
See Also