POP3UIDL structure

[POP3UIDL 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 UIDL command.

Syntax

typedef struct tagPOP3UIDL {
  DWORD dwPopId;
  LPSTR pszUidl;
} POP3UIDL, *LPPOP3UIDL;

Members

dwPopId

Type: DWORD

Contains a DWORD that holds the message ID.

pszUidl

Type: LPSTR

Contains an LPSTR that holds the returned Unique ID Listing (UIDL).

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