Indy 9
TIdInitializeIsoEvent
See Also, Unit: IdMessage
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;
Unit
IdMessage
Parameters
VCharSet
ISO character set to use for the mail message headers.
VHeaderEncoding
Header encoding scheme for the mail message headers.
VTransferHeader
Transfer encoding to use for the mail message headers.
Description
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 the mail message.

Parameters for the event type are variables that can be modified in the event handler, and inmitially contain the values returned from the InitializeISO procedure in IdCoderHeader.pas.

Applications must assign a procedure to the event handler to allow responding to the event notification.

TIdInitializeIsoEvent is the event type used to represent the TIdMessage.OnInitializeISO property.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.