EnvelopeRecipientCollection.Remove method
When overridden in a derived class, the Remove method removes one or more recipients from the collection.
Overload list
Name | Description | |
---|---|---|
Remove(EnvelopeRecipient) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | |
Remove(RoutingAddress) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified RoutingAddress. | |
Remove(EnvelopeRecipient, DsnType, SmtpResponse) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | |
Remove(EnvelopeRecipient, DsnType, SmtpResponse, String) | When overridden in a derived class removes a recipient from the collection and creates a delivery status notification (DSN) report. |
Top
See also
Reference
EnvelopeRecipientCollection class