ArticleId Property
The message identifier of the current article.
Object Oriented Interface
public function getArticleId();
Procedural Interface
ipworks_nntp_get($res, 5 );
Default Value
''
Remarks
This property contains the message identifier of the current article. If the class is not connected or the CurrentArticle is empty, the value of this property is an empty string. Otherwise, it contains the message identifier of the article as reported by the server. The NewsServer is asked about the headers of the article only if the CurrentArticle property has changed. If the CurrentArticle has not changed, the class returns a cached value.
This property is read-only.
Data Type
String