Share via


ProxyAddressCollection Class

Represents a collection of proxy addresses.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.MultiValuedPropertyBase
    Microsoft.Exchange.Data.MultiValuedProperty<ProxyAddress>
      Microsoft.Exchange.Data.ProxyAddressBaseCollection<ProxyAddress>
        Microsoft.Exchange.Data.ProxyAddressCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProxyAddressCollection _
    Inherits ProxyAddressBaseCollection(Of ProxyAddress)
'Usage
Dim instance As ProxyAddressCollection
[SerializableAttribute]
public sealed class ProxyAddressCollection : ProxyAddressBaseCollection<ProxyAddress>

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.