:GetArticleMessageId()


Class

     aprNNTP()

 

Syntax

     :GetArticleMessageId([nArticleNo], [hSession] ) -> cMessageID

 

Parameters

 

nArticleNo

Numeric indicating the Article in the current newsgroup to return the Message ID for.

If this parameter is not passed, it defaults to the current Article.

 

hSession

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

 

Return

Returns a String containing the Message ID for the specified Article.

If this 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 :GetArticleMessageId() method returns the message ID for the specified article.

 

See Also

:GetArticleByNumber(), :GetArticleRange(), :GetCurrentArticle(), :GetNextArticle(), :GetPreviouseArticle(), :ListArticles()