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