MimeEntityCollection.IEnumerable<MimeEntity>.GetEnumerator Method
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
IEnumerable<MimeEntity>.GetEnumerator()
Gets an IEnumerator<T> for the MimeEntityCollection collection.
Declaration
IEnumerator<MimeEntity> IEnumerable<MimeEntity>.GetEnumerator()Returns
| Type | Description | 
|---|---|
| IEnumerator<MimeEntity> | An IEnumerator<T> for the collection. |