RecipientExpansionInfo Constructor

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 _
)
public RecipientExpansionInfo (
    EnvelopeRecipient removeRecipient,
    RoutingAddress[] addresses,
    SmtpResponse smtpResponse
)
public:
RecipientExpansionInfo (
    EnvelopeRecipient^ removeRecipient, 
    array<RoutingAddress>^ addresses, 
    SmtpResponse smtpResponse
)
public RecipientExpansionInfo (
    EnvelopeRecipient removeRecipient, 
    RoutingAddress[] addresses, 
    SmtpResponse smtpResponse
)
public function RecipientExpansionInfo (
    removeRecipient : EnvelopeRecipient, 
    addresses : RoutingAddress[], 
    smtpResponse : SmtpResponse
)

Parameters

  • addresses
    The recipients to add.
  • smtpResponse
    The SmtpResponse code to use for the operation.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003