Returns all folders.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<FolderInfo> GetAll()
Visual Basic
Public Function GetAll As List(Of FolderInfo)
Visual C++
public:
List<FolderInfo^>^ GetAll()

Return Value

List of all folders.

See Also