Internet Direct (Indy) Version 9.0.2 Beta
|
property Headers: TStrings;
Headers will contain a TStrings representation of header names and values that orignate in RFC-822 form. For example, the following RFC-822 message header is stored in a Headers in the following form:
RFC-822 Message Header Content-Transfer-Encoding: base64 Header representation Content-Transfer-Encoding=base64
Use TStrings methods and properties to access Header values in TIdMessageDecoder.