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
- removeRecipient
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipient
The EnvelopeRecipient to remove and replace with new recipients.
- addresses
Type: []
The recipients to add.
- smtpResponse
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
The SmtpResponse code to use for the operation.