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 following tables list the members exposed by the EnvelopeRecipientCollection type.
Public 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 | When overridden in a derived class, the Count property gets the number of elements that are contained in the collection. | 
| .gif) | Item | When overridden in a derived class, the Item property gets or sets the element at the specified index in the collection. | 
Top
Public Methods
(see also Protected 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 | When overridden in a derived class, the Contains method returns a value that indicates whether the value specified by the address parameter exists in the collection. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetEnumerator | When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Remove | Overloaded. When overridden in a derived class, the Remove method removes one or more recipients from the collection. | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.Generic.IEnumerable<EnvelopeRecipient>.GetEnumerator | ||
| System.Collections.IEnumerable.GetEnumerator | 
Top