imap_setflag_full

Example

 bool imap_setflag_full ( resource $imap_stream , string $sequence , string $flag [, int $options = NIL ] ) 

Description

Causes a store to add the specified flag to the flags set for the messages in the specified sequence.

Return Values

Returns TRUE on success or FALSE on failure.