POP3RETR structure
[POP3RETR 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 RETR command.
Syntax
typedef struct tagPOP3RETR {
BOOL fHeader;
BOOL fBody;
DWORD dwPopId;
DWORD cbSoFar;
LPSTR pszLines;
ULONG cbLines;
} POP3RETR, *LPPOP3RETR;
Members
-
fHeader
-
Type: BOOL
-
Contains a BOOL that indicates whether the full header has been downloaded.
-
fBody
-
Type: BOOL
-
Contains a BOOL that indicates whether the body has been downloaded.
-
dwPopId
-
Type: DWORD
-
Contains a DWORD that holds the message ID.
-
cbSoFar
-
Type: DWORD
-
Contains a DWORD that holds the number of bytes downloaded since start of download.
-
pszLines
-
Type: LPSTR
-
Contains an LPSTR that holds the message lines. Do not free this pointer.
-
cbLines
-
Type: ULONG
-
Contains a ULONG that holds the number of bytes in pszLines.
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 |
|