EnvelopeRecipientCollection Members
Include Protected Members
Include Inherited 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 | |
|---|---|---|
| .gif) | CanAdd | When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection. | 
| .gif) | Count | The Item[Int32] property gets the number of items in the colleciton. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
| .gif) | Item | The Item[Int32] gets the envelope recipient at the specified index in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection. | 
| .gif) | Clear | When overridden in a derived class, the Clear method removes all items from the collection. | 
| .gif) | Contains | The Contains(RoutingAddress) method determines if the specified address is in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetEnumerator | The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | Remove(EnvelopeRecipient) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | 
| .gif) | Remove(RoutingAddress) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified RoutingAddress. | 
| .gif) | Remove(EnvelopeRecipient, DsnType, SmtpResponse) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | IEnumerable<EnvelopeRecipient>.GetEnumerator | (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
| .gif) .gif) | IEnumerable.GetEnumerator | The IEnumerable.GetEnumerator() method gets an enumerator that can be used to iterate over the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | 
Top