Returns all folders.
Namespace: Limilabs.Client.IMAPAssembly: 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() |