Share via


RecipientExpansionInfo constructor (EnvelopeRecipient, RoutingAddress[])

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

  • addresses
    Type: []

    The recipients to add.

See also

Reference

RecipientExpansionInfo structure

RecipientExpansionInfo members

RecipientExpansionInfo overload

Microsoft.Exchange.Data.Transport.Routing namespace