ArticleCount Property  
 

Return the number of available articles in the current newsgroup.

Syntax

object.ArticleCount

Remarks

The ArticleCount property returns the number of articles that are available in the current newsgroup. Note that this is a read-only property available at run-time. This value is only meaningful after the SelectGroup method has been called.

Data Type

Integer (Int32)

See Also

Article Property, FirstArticle Property, LastArticle Property, ListArticles Method, SelectGroup Method