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 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. |
![]() |
GetEnumerator | The GetEnumerator method returns an enumerator object that can be used to iterate through the collection. |
![]() |
Remove | The Remove method removes an element from the collection based on the EmailRecipient object specified by the recipient parameter. |
Top
.gif)
.gif)