mail::folder::getName — Return the folder's name
#include <libmail/mail.H> mail::folder *folder;
std::string nameStr=folder->getName(
void)
This function returns folder's name, in the application's character set. The folder's name is generally specified by the server; it is automatically converted to the application's character set, where possible.
folder
A string that specifies the folder's name.
mail::account::findFolder(3x), mail::folder::getPath(3x).