mail::folder::getName.3x

Langue: en

Autres versions - même langue

Version: 11/28/2008 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

mail::folder::getName - Return the folder's name

SYNOPSIS

 
 
 
 #include <libmail/mail.H>
 
 mail::folder *folder;
 
std::string nameStr=folder->getName(void);

USAGE

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.

RETURN CODES

A string that specifies the folder's name.

SEE ALSO

mail::account::findFolder(3x), mail::folder::getPath(3x).