ProxyAddressTemplate Class
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.ProxyAddressBase
Microsoft.Exchange.Data.ProxyAddressTemplate
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class ProxyAddressTemplate _
Inherits ProxyAddressBase _
Implements IComparable(Of ProxyAddressTemplate)
'Usage
Dim instance As ProxyAddressTemplate
[SerializableAttribute]
public abstract class ProxyAddressTemplate : ProxyAddressBase,
IComparable<ProxyAddressTemplate>
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.