Internet Direct (Indy) Version 9.0.2 Beta
TIdNNTP.GetArticle
Retrieves an NNTP article.

function GetArticle(const AMsgNo: Cardinal; const AMsgID: string; AMsg: TIdMessage): Boolean;
Parameters
const AMsgNo: Cardinal
Article index number or 0 if you use a Message ID.

const AMsgID: string
Message Id for the article you wish to retrieve.

AMsg: TIdMessage
TIdMessage where the complete article should be stored.

Description
GetArticle is a procedure that retrieves the complete article including the headers and body.

You have to use SelectGroup to select the newsgroup before using this method.