imap_setflag_full
Sets flags on messages
Description
boolimap_setflag_full
resourcestream
stringsequence
stringflag
stringoptions
This function causes a store to add the specified
flag to the flags set for the messages
in the specified sequence.
The flags which you can set are "\\Seen", "\\Answered",
"\\Flagged", "\\Deleted", and "\\Draft" (as defined
by RFC2060).
options are a bit mask and may contain
the single option:
ST_UID - The sequence argument contains UIDs
instead of sequence numbers
imap_setflag_full example
]]>
See also: imap_clearflag_full.