POP3CMDTYPE enumeration
[POP3CMDTYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Indicates the type of messages to which a command is applied.
Syntax
typedef enum tagPOP3CMDTYPE {
POP3_NONE = 0,
POP3CMD_GET_POPID,
POP3CMD_GET_MARKED,
POP3CMD_GET_ALL
} ACCESSTYPE;
Constants
-
POP3_NONE
-
Indicates no command type.
-
POP3CMD_GET_POPID
-
Indicates that the command applies to a single specified message.
-
POP3CMD_GET_MARKED
-
Indicates that the command applies to all messages marked for that command.
-
POP3CMD_GET_ALL
-
Indicates that the command applies to all messages.
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 |
|