Compartir a través de


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
Public method Remove(EnvelopeRecipient) When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient.
Public method Remove(RoutingAddress) When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified RoutingAddress.
Public method 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