函式:imap_setflag_full()


imap_setflag_full

设定信件旗标。

语法: int imap_setflag_full(int imap_stream, string sequence, string flag, int [options]);

传回值: 整数

函式种类: 网路系统

内容说明

本函式可指定连续信件而设定旗标。参数 imap_stream 为 IMAP 的代号。参数 sequence 为特定的区段序号。参数 flag 为欲设定的旗标值,包括 Seen、Answered、Flagged、Deleted、Draft 及 Recent。参数 options 可省略,可为 ST_UID。


[ 上一页 下一页 ]