Pop3MessageCollection.GetEnumerator Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 8.0.9673)
GetEnumerator()
Gets an IEnumerator<T> for the Pop3MessageCollection collection.
Declaration
public IEnumerator<Pop3MessageInfo> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Pop3MessageInfo> | An IEnumerator<T> for the collection. |