C# Class LumiSoft.Net.IMAP.Server.IMAP_Folder

IMAP mailbox
Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
IMAP_Folder ( string folder, bool selectable ) : System

Default cnstructor.

Method Details

IMAP_Folder() public method

Default cnstructor.
public IMAP_Folder ( string folder, bool selectable ) : System
folder string Full path to folder, path separator = '/'. Eg. Inbox/myFolder .
selectable bool Gets or sets if folder is selectable(SELECT command can select this folder).
return System