Event type signalled when the content transfer, header and language encodings have been detected for a mail message.
TIdInitializeIsoEvent = procedure (var VTransferHeader: TTransfer; var VHeaderEncoding: Char; var VCharSet: string) of object;
Parameters |
Description |
VTransferHeader |
Transfer encoding to use for the mail message headers. |
VHeaderEncoding |
Header encoding scheme for the mail message headers. |
VCharSet |
ISO character set to use for the mail message headers. event handler, and initially contain values assigned in TIdMessage.InitializeISO. Applications must assign a procedure to the event handler to allow responding to the event notification. |
TIdInitializeIsoEvent is an event type used to respond to detection of the content transfer encoding, content header encoding, and character set to use for headers generated in a mail message.
TIdInitializeIsoEvent is the event type used to represent the TIdMessage.OnInitializeISO property.
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. |