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