Share via


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
Aa580871.pubproperty(en-us,EXCHG.80).gif Count The Count property gets the number of elements that are contained in the collection.
Aa580871.pubproperty(en-us,EXCHG.80).gif Item The Item property gets the element at the specified index in the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa580871.pubmethod(en-us,EXCHG.80).gif Add The Add method adds to the collection the EmailRecipient object specified by the recipient parameter.
Aa580871.pubmethod(en-us,EXCHG.80).gif Clear The Clear method removes all elements from the collection.
Aa580871.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580871.pubmethod(en-us,EXCHG.80).gif GetEnumerator The GetEnumerator method returns an enumerator object that can be used to iterate through the collection.
Aa580871.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580871.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580871.pubmethod(en-us,EXCHG.80).gifAa580871.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580871.pubmethod(en-us,EXCHG.80).gif Remove The Remove method removes an element from the collection based on the EmailRecipient object specified by the recipient parameter.
Aa580871.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa580871.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa580871.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top