EmailRecipientCollection Members
The EmailRecipientCollection class represents a collection of EmailRecipient objects.
The following tables list the members exposed by the EmailRecipientCollection type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | Count | The Count property gets the number of elements that are contained in the collection. | 
| .gif) | Item | The Item property gets the element at the specified index in the collection. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Add | The Add method adds to the collection the EmailRecipient object specified by the recipient parameter. | 
| .gif) | Clear | The Clear method removes all elements from the collection. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetEnumerator | The GetEnumerator method returns an enumerator object that can be used to iterate through the collection. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Remove | The Remove method removes an element from the collection based on the EmailRecipient object specified by the recipient parameter. | 
| .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<EmailRecipient>.GetEnumerator | ||
| System.Collections.IEnumerable.GetEnumerator | 
Top