RecipientExpansionInfo Constructor (EnvelopeRecipient, RoutingAddress[])
The RecipientExpansionInfo(EnvelopeRecipient, []) constructor initializes a new instance of the RecipientExpansionInfo structure.
Namespace:  Microsoft.Exchange.Data.Transport.Routing
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Sub New ( _
    removeRecipient As EnvelopeRecipient, _
    addresses As RoutingAddress() _
)
'Usage
Dim removeRecipient As EnvelopeRecipient
Dim addresses As RoutingAddress()
Dim instance As New RecipientExpansionInfo(removeRecipient, _
    addresses)
public RecipientExpansionInfo(
    EnvelopeRecipient removeRecipient,
    RoutingAddress[] addresses
)
Parameters
- removeRecipient
 Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipient
 The EnvelopeRecipient to remove and replace with new recipients.
- addresses
 Type: []
 The recipients to add.