NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

NNTPArticleHeaders Output Object (Get-NNTP Cmdlet)

The message headers for the newsgroup message.

Syntax

Object NNTPArticleHeaders {
   long Number;
   string Subject;
   string FromName;
   string FromEmail;
   string Date;
   long Size;
   string References;
   string MessageId;
   string Otherheaders;
}

Remarks

When the Newsgroup parameter is specified the cmdlet will return an NNTPArticleHeaders object for every article returned.

Number contains the number of the article in the group.

Subject contains the subject of the article.

FromName contains the friendly name of the article author.

FromEmail contains the email address of the article author.

Date contains the date the article was posted.

Size contains the size of the article in bytes.

References contains the message ids for the articles this article refers to (separated by spaces).

MessageId contains the unique message ID for the article.

OtherHeaders contains any other article headers that the news server returns for the article.

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

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