:GetPreviousArticle()


Class

     aprNNTP()

 

Syntax

     :GetPreviousArticle( [hSession] ) -> cArticle

 

Parameters

 

hSession

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

 

Return

String containing the previous 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 :GetPreviousArticle() method sets the current article number to the previous article in the current newsgroup and returns the contents of that article..

 

See Also

:GetNextArticle()