RecipientExpansionInfo Members
Include Protected Members
Include Inherited Members
The RecipientExpansionInfo class provides data for the ExpandRecipients method.
The RecipientExpansionInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | RecipientExpansionInfo(EnvelopeRecipient, []) | The RecipientExpansionInfo(EnvelopeRecipient, []) constructor initializes a new instance of the RecipientExpansionInfo structure. | 
| .gif) | RecipientExpansionInfo(EnvelopeRecipient, [], SmtpResponse) | The RecipientExpansionInfo constructor initializes a new instance of the RecipientExpansionInfo structure. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Addresses | The Addresses property gets the collection of addresses to add. | 
| .gif) | RemoveRecipient | The RemoveRecipient property gets the EnvelopeRecipient to replace with new recipients. | 
| .gif) | SmtpResponse | The SmtpResponse property gets the SmtpResponse code to use for the Delivery Status Notification (DSN) report that is specified by the DsnType property. | 
Top
.gif)