RecipientExpansionInfo.Addresses property
The Addresses property gets the collection of addresses to add.
Namespace: Microsoft.Exchange.Data.Transport.Routing
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property Addresses As RoutingAddress()
Get
'Usage
Dim instance As RecipientExpansionInfo
Dim value As RoutingAddress()
value = instance.Addresses
public RoutingAddress[] Addresses { get; }
Property value
Type: []
See also
Reference
RecipientExpansionInfo structure