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.

See also

Reference

ProxyAddressCollection members

Microsoft.Exchange.Data namespace