:GetArticleRange()


Class

     aprNNTP()

 

Syntax

     :GetArticleRange( [hSession] ) -> aArticles

 

Parameters

 

hSession

Optional: If hSession is not passed, the value in :Session will be used

 

Return

Returns a three element array consisting of {nFirstArticle, nLastArticle, nTotalArticles}.

 

Description

The :GetArticleRange() method returns the first and last article numbers and the total number of articles available for the currently selected newsgroup.

  

See Also

:GetArticleByMessageId(), :GetArticleByNumber(), :ListArticles()