Internet Direct (Indy)
Home
PreviousUpNext
TIdMessage.Headers Property

Header values for the message.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.