POP3MARKTYPE enumeration
[POP3MARKTYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Indicates the command to use on a message during a Post Office Protocol version 3 (POP3) transaction.
Syntax
typedef enum tagPOP3MARKTYPE {
POP3_MARK_FOR_TOP = 0x00000001,
POP3_MARK_FOR_RETR = 0x00000002,
POP3_MARK_FOR_DELE = 0x00000004,
POP3_MARK_FOR_UIDL = 0x00000008,
POP3_MARK_FOR_LIST = 0x00000010
} ACCESSTYPE;
Constants
-
POP3_MARK_FOR_TOP
-
Indicates that the message is marked to use the TOP command during the transaction.
-
POP3_MARK_FOR_RETR
-
Indicates that the message is marked to use the RETR command during the transaction.
-
POP3_MARK_FOR_DELE
-
Indicates that the message is marked to use the DELE command during the transaction.
-
POP3_MARK_FOR_UIDL
-
Indicates that the message is marked to use the UIDL command during the transaction.
-
POP3_MARK_FOR_LIST
-
Indicates that the message is marked to use the LIST command during the transaction.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|