1MAIL::ACCOUNT::GETFO(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::GETFO(3x)
2
3
4

NAME

6       mail::account::getFolderKeywordInfo - Return message keywords
7

SYNOPSIS

9       #include <libmail/mail.H>
10
11
12       mail::account *account;
13
14       account->getFolderKeywordInfo(size_t messageNum,
15                                     std::set<std::string> &keywords);
16

USAGE

18       mail::account::getFolderKeywordInfo retrieves the current keywords for
19       message #messagenum and places them into keywords (removing any
20       existing contents). If the message does not have any keywords set,
21       keywords will be an empty set.  messageNum must be between zero and one
22       less than the return code from mail::account::getFolderIndexSize(3x).
23

RETURN CODES

25       This function returns immediately.
26

SEE ALSO

28       mail::account::updateKeywords(3x),
29       mail::account::getFolderIndexInfo(3x),
30       mail::account::getFolderIndexSize(3x).
31
32
33
34[FIXME: source]                   05/08/2010          MAIL::ACCOUNT::GETFO(3x)
Impressum