Method | Description | |
---|---|---|
IMAP_Folder ( string folder, bool selectable ) : System |
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 |