:GetNextArticle()


Class

     aprNNTP()

 

Syntax

     :GetNextArticle( [hSession] ) -> cArticle

 

Parameters

 

hSession

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

 

Return

String containing the next article.

If the method fails, the return value is an empty string.

To get further error information see :nErr and :cErr

To see the remote server's response, see :GetResultCode() and :GetResultString().

 

Description

The :GetNextArticle() method sets the current artticle number to the next avalable article in the current newsgroup and returns the contents of that article..

 

See Also

:GetPreviousArticle()