Share via


IMAP_MSGFLAGS

[IMAP_MSGFLAGS is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

DWORD that identifies optional flags sent with some Internet Message Access Protocol (IMAP) server commands or returned in server responses.

Constant/value Description
IMAP_MSG_NOFLAGS
0x00000000
No message flags.
IMAP_MSG_ANSWERED
0x00000001
The "Answered" message flag.
IMAP_MSG_FLAGGED
0x00000002
The "Flagged" message flag.
IMAP_MSG_DELETED
0x00000004
The "Deleted" message flag.
IMAP_MSG_SEEN
0x00000008
The "Seen" message flag.
IMAP_MSG_DRAFT
0x00000010
The "Draft" message flag.
IMAP_MSG_ALLFLAGS
0x0000001F
All the message flags.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl