Share via


EmailRecipientCollection.Enumerator Members

The EmailRecipientCollection.Enumerator structure provides properties and methods that enable the enumeration of an instance of the RecipientCollection class.

The following tables list the members exposed by the EmailRecipientCollection.Enumerator type.

Public Properties

  Name Description
Aa566304.pubproperty(en-us,EXCHG.80).gif Current The Current property gets the current element in the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa566304.pubmethod(en-us,EXCHG.80).gif Dispose The Dispose method releases all resources used by this instance of the EmailRecipientCollection.Enumerator class.
Aa566304.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa566304.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa566304.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa566304.pubmethod(en-us,EXCHG.80).gif MoveNext The MoveNext method advances the enumerator to the next element in the collection.
Aa566304.pubmethod(en-us,EXCHG.80).gifAa566304.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa566304.pubmethod(en-us,EXCHG.80).gif Reset The Reset method sets the enumerator to the first element in the collection.
Aa566304.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

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

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Current  

Top