EmailRecipientCollection members

The EmailRecipientCollection class represents a collection of EmailRecipient objects.

The EmailRecipientCollection type exposes the following members.

Properties

  Name Description
Public property Count The Count property gets the number of elements that are contained in the collection.
Public property Item The Item property gets the element at the specified index in the collection.

Top

Methods

  Name Description
Public method Add The Add method adds to the collection the EmailRecipient object specified by the recipient parameter.
Public method Clear The Clear method removes all elements from the collection.
Public method GetEnumerator The GetEnumerator method returns an enumerator object that can be used to iterate through the collection.
Public method Remove The Remove method removes an element from the collection based on the EmailRecipient object specified by the recipient parameter.

Top

See also

Reference

EmailRecipientCollection class

Microsoft.Exchange.Data.Transport.Email namespace