Share via


POP3LIST structure

[POP3LIST 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 LIST command.

Syntax

typedef struct tagPOP3LIST {
  DWORD dwPopId;
  DWORD cbSize;
} POP3LIST, *LPPOP3LIST;

Members

dwPopId

Type: DWORD

Contains a DWORD that holds the message ID.

cbSize

Type: DWORD

Contains a DWORD that holds the size (in bytes) of the message 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
Imnxport.h
IDL
Imnxport.idl