Header values for the message.
property Headers: TIdHeaderList;
Headers is a read-only TIdHeaderList property used to store the header values for the message in their raw RFC 2822-compliant form. Headers is updated in AddHeader and ClearHeader, when message properties represented as header values are updated.
Headers is used during processing in ProcessHeader as the source for values stored in message properties. Headers is used to store the property values for the message in GenerateHeader.
Use ExtraHeaders to store and retrieve experimental (or custom) header values not represented as TIdMessage properties.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|