Internet Direct (Indy) Version 9.0.1 Beta
|
procedure SendXOVER(const AParam: string; AResponse: TStrings);
AParm can be an article index such as "1", an article index followed by a dash to indicate the index and all articles following it such as "1-", or a range of articles such as "1-10".
You can parse the results using the ParseXOVER procedure in the IdNNTP unit. You sometimes can parse for additional information by getting the format of the overview database with the GetOverviewFMT method.
You have to use SelectGroup to select the newsgroup before using this method.