1 ConeĀ©
2
3MAIL::FOLDER::GETNAM(3x)Cone: COnsole Newsreader And EMAIL::FOLDER::GETNAM(3x)
4
5
6
8 mail::folder::getName - Return the folder's name
9
11 #include <libmail/mail.H>
12
13 mail::folder *folder;
14
15 std::string nameStr=folder->getName(void);
16
18 This function returns folder's name, in the application's character
19 set. The folder's name is generally specified by the server; it is
20 automatically converted to the application's character set, where
21 possible.
22
24 A string that specifies the folder's name.
25
27 mail::account::findFolder(3x), mail::folder::getPath(3x).
28
30 Sam Varshavchik
31
32
33
34ConeĀ© 08/25/2016 MAIL::FOLDER::GETNAM(3x)