LumiSoft Mail Server User API
Selectable Property
Namespaces > LumiSoft.Net.IMAP.Server > IMAP_Folder > Selectable
Gets or sets if folder is selectable (SELECT command can select this folder).
Syntax
C#Visual BasicManaged C++
public bool Selectable { get; set; }
Public Property Selectable As Boolean
public:
bool Selectable {
	bool get ();
	void set (bool value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)