ProxyAddressBase Class

Defines common methods and properties for proxy addresses.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.ProxyAddressBase
    Microsoft.Exchange.Data.ProxyAddress
    Microsoft.Exchange.Data.ProxyAddressTemplate

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class ProxyAddressBase _
    Implements IComparable, IComparable(Of ProxyAddressBase)
'Usage
Dim instance As ProxyAddressBase
[SerializableAttribute]
public abstract class ProxyAddressBase : IComparable, 
    IComparable<ProxyAddressBase>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.