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

IMAP mailbox
Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

Méthode Description
IMAP_Folder ( string folder, bool selectable ) : System

Default cnstructor.

Method Details

IMAP_Folder() public méthode

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).
Résultat System