EnvelopeRecipientCollection.Remove Method
Include Protected Members
Include Inherited Members
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. |
Top