EmailRecipientCollection Members
Include Protected Members
Include Inherited Members
The EmailRecipientCollection class represents a collection of EmailRecipient objects.
The EmailRecipientCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | The Count property gets the number of elements that are contained in the collection. | |
Item | The Item property gets the element at the specified index in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | The Add method adds to the collection the EmailRecipient object specified by the recipient parameter. | |
Clear | The Clear method removes all elements from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | The GetEnumerator method returns an enumerator object that can be used to iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | The Remove method removes an element from the collection based on the EmailRecipient object specified by the recipient parameter. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<EmailRecipient>.GetEnumerator | ||
IEnumerable.GetEnumerator |
Top