Internet Direct (Indy) Version 9.0.2 Beta
TIdNNTP.GetBody
Retrieves the body of an NNTP article.

function GetBody(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
GetBody is a procedure that retrieves the message body for a news article.

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