Default constructor.

Syntax
| C# | Visual Basic | Managed C++ |
public IMAP_Folder (
string folder,
bool selectable
)
public:
IMAP_Folder (
String^ folder,
bool selectable
)

Parameters
- folder (String)
- Full path to folder, path separator = '/'. Eg. Inbox/myFolder .
- selectable (Boolean)
- Gets or sets if folder is selectable(SELECT command can select this folder).
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)