EmailRecipientCollection.Enumerator Members
Include Protected Members
Include Inherited Members
The EmailRecipientCollection.Enumerator structure provides properties and methods that enable the enumeration of an instance of the RecipientCollection class.
The EmailRecipientCollection.Enumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | The Current property gets the current element in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | The Dispose method releases all resources used by this instance of the EmailRecipientCollection.Enumerator class. | |
Equals | (Inherited from ValueType.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | The MoveNext method advances the enumerator to the next element in the collection. | |
Reset | The Reset method sets the enumerator to the first element in the collection. | |
ToString | (Inherited from ValueType.) |
Top