메소드 | 설명 | |
---|---|---|
Add ( string folder, bool selectable ) : void |
Adds folder to folders list.
|
|
IMAP_Folders ( |
Default constructor.
|
public Add ( string folder, bool selectable ) : void | ||
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). |
리턴 | void |
public IMAP_Folders ( |
||
session | Owner IMAP session. | |
referenceName | string | Folder Path. Eg. Inbox\. |
folder | string | Folder name. |
리턴 | System |