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
removeRecipient
Type: Microsoft.Exchange.Data.Transport.EnvelopeRecipientThe recipient to remove and replace with new recipients.
addresses
Type: []The recipients to add.
See also
Reference
RecipientExpansionInfo structure
RecipientExpansionInfo members