NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

NNTPArticle Output Object (Get-NNTP Cmdlet)

An object representing an article on the news server.

Syntax

Object NNTPArticle {
   string MessageId;
   string Headers;
   string References;
   string Message;
}

Remarks

When the View parameter is used, the cmdlet will return a single NNTPArticle object.

MessageId contains the unique message ID of the article as reported by the server.

Headers contains the complete headers of the article.

References contains the References article header is created for the article, showing the message ID's to which the posted article refers.

Article contains the contents of the article body.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]