ParsedHeaders Property
A collection of headers returned from the last article retrieval.
Syntax
public HeaderList getParsedHeaders();
Remarks
This property contains a collection of headers returned from the last article retrieval. This property is populated when either FetchArticle or FetchArticleHeaders is called, and contains a list of all of the headers from the article fetched.
If the header line being retrieved is a continuation header line, then the Field parameter contains "" (empty string).
MaxHeaders can be used to control the number of headers saved.
This collection is indexed from 0 to size - 1.
This property is read-only and not available at design time.