IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

Header Event

Fired every time a header is parsed.

Syntax

typedef void __fastcall (__closure *TipwMIMEHeaderEvent)(System::TObject* Sender, TipwMIMEHeaderEventParams *e);


__property TipwMIMEHeaderEvent OnHeader = {read=FOnHeader, write=FOnHeader};

typedef struct {
     int PartIndex;
     String Field;
     String Value;
} TipwMIMEHeaderEventParams;

Remarks

The PartIndex parameter contains the index of the part containing the current header. If the header is from the MIME body, this value will be -1. The Field parameter contains the name of the MIME header. The Value parameter contains the header contents. The Header event is fired when a header is parsed, which occurs for each header of the Message when DecodeFromFile, DecodeFromString, or DecodeFromStream is called.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]