Share via


INNTPTransport::CommandARTICLE method

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

This function is used to request an article from the server. If the caller has previously issued a GROUP command then the article can be specified by either article number or message-id. If the GROUP command has not been issued, then the article can only be requested by message-id.

Syntax

HRESULT CommandARTICLE(
  [in] LPARTICLEID pArticleId
);

Parameters

pArticleId [in]

Type: LPARTICLEID

Either the article number or message-id of the article to retrieve.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
E_INVALIDARG
An invalid parameter was passed in
E_OUTOFMEMORY
A memory allocation failed

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
DLL
Inetcomm.dll (version 6.0 or later)