wodImapServer ActiveX Component - ImapMessageFlags Enumeration
    
 

Description

Below list specifies all possible message flags, as defined in IMAP specification. All of them are pretty self descriptive.

For Recent flag it is important to say that it should be set only for messages that arrive before *anyone* from *any client* opens selected folder. No matter if such message is read or not - Recent flag should be lost immediately.

When message has Deleted flag, this means that when client executes Purge or Expunge on his client, this message will be deleted (but not sooner). You will notice that some clients, such as Mozilla, never actually delete messages from folders. Rather, they move it to Trash folder.


Members
Constant Value Description
 Flagged 1 Message is flagged.
 Seen 2 Message is already seen.
 Answered 4 Message is already answered.
 Deleted 8 Message is deleted.
 Draft 16 Draft message.
 Recent 32 Message is recently added to mailbox.