ARTICLEID structure
[ARTICLEID is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
This structure is used to specify an article id to the various NNTP commands that require one (i.e. ARTICLE, BODY, STAT). These commands accept either a message-id or if the user is current in a the context of a newsgroup the article number within that group.
Syntax
typedef struct ARTICLEID {
ARTICLEIDTYPE idType;
} ARTICLEID, *LPARTICLEID;
Members
-
idType
-
Type: ARTICLEIDTYPE
Remarks
When filling in this structure the user should set idType to either AID_MSGID if pszMessageId is valid, or AID_ARTICLENUM if dwArticleNum.
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 |
|