Provides a container for a collection of ImapFolder objects.

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

Syntax

Visual Basic
Public NotInheritable Class ImapFolderCollection _
	Implements IEnumerable(Of ImapFolder), IEnumerable
C#
public sealed class ImapFolderCollection : IEnumerable<ImapFolder>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..ImapFolderCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also