EmailRecipientCollection methods

The EmailRecipientCollection type exposes the following members.

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