RecipientExpansionInfo members
The RecipientExpansionInfo class provides data for the ExpandRecipients method.
The RecipientExpansionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecipientExpansionInfo(EnvelopeRecipient, []) | Initializes a new instance of the RecipientExpansionInfo structure. | |
RecipientExpansionInfo(EnvelopeRecipient, [], SmtpResponse) | The RecipientExpansionInfo constructor initializes a new instance of the RecipientExpansionInfo structure. |
Top
Properties
Name | Description | |
---|---|---|
Addresses | The Addresses property gets the collection of addresses to add. | |
RemoveRecipient | The RemoveRecipient property gets the EnvelopeRecipient to replace with new recipients. | |
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