POP3STAT structure
[POP3STAT is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains the response data from the STAT command.
Syntax
typedef struct tagPOP3STAT {
DWORD cMessages;
DWORD cbMessages;
} POP3STAT, *LPPOP3STAT;
Members
-
cMessages
-
Type: DWORD
-
Contains a DWORD that holds the number of messages on the server.
-
cbMessages
-
Type: DWORD
-
Contains a DWORD that holds the size (in bytes) of messages on the server.
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 |
|