Share via


EnvelopeRecipientCollection members

The EnvelopeRecipientCollection class is the base class for derived classes that represent a collection of objects that inherit from the EnvelopeRecipient class.

The EnvelopeRecipientCollection type exposes the following members.

Properties

  Name Description
Public property CanAdd When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection.
Public property Count The Item[Int32] property gets the number of items in the colleciton. (Inherited from ReadOnlyEnvelopeRecipientCollection.)
Public property Item The Item[Int32] gets the envelope recipient at the specified index in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.)

Top

Methods

  Name Description
Public method Add When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection.
Public method Clear When overridden in a derived class, the Clear method removes all items from the collection.
Public method Contains The Contains(RoutingAddress) method determines if the specified address is in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.)
Public method GetEnumerator The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.)
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

Microsoft.Exchange.Data.Transport namespace