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