NNTPHEADER structure
[NNTPHEADER is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
This structure contains the parsed information for a single header returned from the GetHeaders command. An array of these headers is contained in the NNTPHEADERRESP struct.
Syntax
typedef struct tagNNTPHEADER {
DWORD dwArticleNum;
LPSTR pszSubject;
LPSTR pszFrom;
LPSTR pszDate;
LPSTR pszMessageId;
LPSTR pszReferences;
DWORD dwBytes;
DWORD dwLines;
LPSTR pszXref;
} NNTPHEADER, *LPNNTPHEADER;
Members
-
dwArticleNum
-
Type: DWORD
-
Article number
-
pszSubject
-
Type: LPSTR
-
Article subject
-
pszFrom
-
Type: LPSTR
-
Who the article is from
-
pszDate
-
Type: LPSTR
-
Date the article was posted
-
pszMessageId
-
Type: LPSTR
-
Message id
-
pszReferences
-
Type: LPSTR
-
References
-
dwBytes
-
Type: DWORD
-
Size of the message in bytes (might not be filled in)
-
dwLines
-
Type: DWORD
-
Size of the message in lines
-
pszXref
-
Type: LPSTR
-
XREF: header for cross post managment
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 |
|