Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

The enumerator class for the Recipient Collection.

The following tables list the members exposed by the AttachmentCollectionEnumeratortype.

Public Constructors

  Name Description
AttachmentCollectionEnumerator RecipientCollectionEnumerator constructor
Top

Public Properties

  Name Description
Current The current recipient in the enumeration
Top

Public Methods(see also Protected Methods)

  Name Description
Equals  Overloaded. (inherited from Object)
GetHashCode  (inherited from Object)
GetType  (inherited from Object)
MoveNext Moves to the next Recipient in the collection.
ReferenceEquals  (inherited from Object)
Reset Resets the enumeration
ToString  (inherited from Object)
Top

Protected Methods

  Name Description
Finalize  (inherited from Object)
MemberwiseClone  (inherited from Object)
Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Current  
Top

See Also