Rechercher une page de manuel
mail::ACCOUNT::saveFolderIndexInfo.3x
Langue: en
Version: 11/28/2008 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
mail::ACCOUNT::saveFolderIndexInfo - Update message statusSYNOPSIS
-
#include <libmail/sync.H> mail::ACCOUNT *mail;
- bool ok=->saveFolderIndexInfo(size_t messageNum, const messageInfo &msgInfo);
-
-
- std::string errmsg=mail->getErrmsg();
-
USAGE
mail::ACCOUNT::saveFolderIndexInfo changes the status of a message.
messageNum must be between zero and one less than the return code from mail::ACCOUNT::getFolderIndexSize(3x). msgInfo contains the new status flags for this message. See mail::ACCOUNT::getFolderIndexInfo(3x) for a description of message status flags.
Note
The uid field in msgInfo is ignored. The message is specified by messageNum, and unique IDs of existing messages cannot be changed.
RETURN CODES
This method returns true if it succeeds, or false if it fails. If the method fails, use mail::ACCOUNT::getErrmsg() to read a brief description of the error.
SEE ALSO
mail::ACCOUNT::updateFolderIndexFlags(3x), mail::ACCOUNT::updateFolderIndexInfo(3x), mail::ACCOUNT::getFolderIndexInfo(3x), mail::ACCOUNT::updateKeywords(3x).
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre