NNTPNEXT structure

[NNTPNEXT is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

This structure will be used for the response from CommandNEXT, CommandLAST, and CommandSTAT. The data returned is the article number and message id for the article that is selected by the command that was issued.

Syntax

typedef struct tagNNTPNEXT {
  DWORD dwArticleNum;
  LPSTR pszMessageId;
} NNTPNEXT, *LPNNTPNEXT;

Members

dwArticleNum

Type: DWORD

Article number

pszMessageId

Type: LPSTR

Message ID

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