NNTPMESSAGE structure
[NNTPMESSAGE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
This structure provides the information needed to post a message to the news server using the POST command.
Syntax
typedef struct tagNNTPMESSAGE {
ULONG cbSize;
LPSTREAM pstmMsg;
} NNTPMESSAGE, *LPNNTPMESSAGE;
Members
-
cbSize
-
Type: ULONG
-
Size of the message in bytes
-
pstmMsg
-
Type: LPSTREAM
-
Stream containing a ANSI MIME/rfc822/rfc1036 message stream
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 |
|