ParsedHeaders Property

A collection of headers returned from the last article retrieval.

Syntax

property ParsedHeaders: TipwHeaderList read get_ParsedHeaders;

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 property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]