POP3TOP structure

[POP3TOP 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 TOP command.

Syntax

typedef struct tagPOP3TOP {
  BOOL  fHeader;
  BOOL  fBody;
  DWORD dwPopId;
  DWORD cPreviewLines;
  DWORD cbSoFar;
  LPSTR pszLines;
  ULONG cbLines;
} POP3TOP, *LPPOP3TOP;

Members

fHeader

Type: BOOL

Contains a BOOL that indicates whether the 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.

cPreviewLines

Type: DWORD

Contains a DWORD that holds the number of lines to be previewed.

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 header and body lines.

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
Imnxport.h
IDL
Imnxport.idl