EnvelopeRecipientCollection.Remove method

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.
Public method 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

EnvelopeRecipientCollection members

Microsoft.Exchange.Data.Transport namespace