Share via


RecipientExpansionInfo constructor (EnvelopeRecipient, RoutingAddress[], SmtpResponse)

The RecipientExpansionInfo 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(), _
    smtpResponse As SmtpResponse _
)
'Usage
Dim removeRecipient As EnvelopeRecipient
Dim addresses As RoutingAddress()
Dim smtpResponse As SmtpResponse

Dim instance As New RecipientExpansionInfo(removeRecipient, _
    addresses, smtpResponse)
public RecipientExpansionInfo(
    EnvelopeRecipient removeRecipient,
    RoutingAddress[] addresses,
    SmtpResponse smtpResponse
)

Parameters

  • addresses
    Type: []

    The recipients to add.

See also

Reference

RecipientExpansionInfo structure

RecipientExpansionInfo members

RecipientExpansionInfo overload

Microsoft.Exchange.Data.Transport.Routing namespace