Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
![]()  | 
CanAdd | When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection. | 
![]()  | 
Count | The Item[Int32] property gets the number of items in the colleciton. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
![]()  | 
Item | The Item[Int32] gets the envelope recipient at the specified index in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Add | When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection. | 
![]()  | 
Clear | When overridden in a derived class, the Clear method removes all items from the collection. | 
![]()  | 
Contains | The Contains(RoutingAddress) method determines if the specified address is in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
![]()  | 
GetEnumerator | The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
![]()  | 
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
.gif)
.gif)