CurrentArticle Property
The number or message identifier of the current article.
Syntax
[VB.NET] Public Property CurrentArticle As String
[C#] public string CurrentArticle {get; set;}
Remarks
This property specifies either a message identifier or an article number uniquely identifying a particular article. It is then used as an argument to methods such as FetchArticle.
Default Value
""