PostArticle Method
Posts the current article and attached file.
Syntax
[VB.NET] Public Sub PostArticle()
[C#] public void PostArticle();
Remarks
This method posts the current article and attached file (if any). If a connection to the NewsServer doesn't already exist, a new one is created.
NOTE: This method has a corresponding asynchronous version (PostArticleAsync) for use in the WinRT environment.