Gets an IEnumerator<(Of <(<'T>)>)> for the ImapFolderCollection collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator(Of ImapFolder)
C#
public IEnumerator<ImapFolder> GetEnumerator()

Return Value

An IEnumerator<(Of <(<'T>)>)> for the collection.

Implements

IEnumerable<(Of <(<'T>)>)>..::..GetEnumerator()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also