ArticleInfo Type
An article listed as a result of a GroupOverview or GroupSearch .
Remarks
This type describes information about an article as returned by the server after a GroupOverview or GroupSearch. It includes fields to denote detailed information about the article.
Fields
ArticleLines int |
The number of lines of an article in a newsgroup overview. |
ArticleNumber int |
The number of an article in a newsgroup overview. |
ArticleSize int |
The size of an article in a newsgroup overview. |
Date String |
The date of an article in a newsgroup overview. |
From String |
The sender of an article in a newsgroup overview. |
MessageId String |
The unique message id of an article in a newsgroup overview. |
OtherHeaders String |
The remaining headers of an article in a newsgroup overview. |
References String |
The references of an article in a newsgroup overview. |
Subject String |
The subject of an article in a newsgroup overview. |
Constructors
public ArticleInfo();