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